Skip to content

Commit 91a78ba

Browse files
committed
examples
1 parent 10adb46 commit 91a78ba

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

examples/fpm-nginx-doi/config/php_wsc.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ post_max_size = 250M
66
upload_max_filesize = 250M
77
max_file_uploads = 20
88
max_execution_time = 120
9+
# for ENV (WCFSETUP_*), but NOT recommended in production environments!
10+
;variables_order=EGPCS
911

1012
; https://www.php.net/manual/en/opcache.configuration.php
1113
[opcache]

examples/fpm-nginx-doi/docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ services:
1717
- ./config/php_fpm_status.conf:/usr/local/etc/php-fpm.d/y-status.conf:ro
1818
environment:
1919
TZ: "${TIMEZONE:-Europe/Berlin}"
20+
# For an almost unattended installation:
21+
# https://www.woltlab.com/community/thread/272530-wsc-im-conatiner/?postID=1708708#post1708708
22+
# https://www.woltlab.com/community/thread/218145-smalltalk-labern-reden-diskutieren/?postID=1695560#post1695560
23+
# https://github.com/WoltLab/WCF/blob/6.2/wcfsetup/install/files/lib/system/WCFSetup.class.php#L455-L459
24+
#WCFSETUP_DBHOST: "wsc-db"
25+
#WCFSETUP_DBNAME: "${MYSQL_DATABASE:-wcf}"
26+
#WCFSETUP_DBUSER: "${MYSQL_USER}"
27+
#WCFSETUP_DBPASSWORD: "${MYSQL_PASSWORD}"
28+
##WCFSETUP_USEDEFAULTWCFDIR: "1"
2029
#depends_on:
2130
# wsc-db:
2231
# condition: service_started # service_started or service_healthy

0 commit comments

Comments
 (0)