|
@@ -315,9 +315,9 @@ services:
|
|
- ${IPV4_NETWORK:-172.22.1}.254
|
|
- ${IPV4_NETWORK:-172.22.1}.254
|
|
command: /bin/sh -c "envsubst < /etc/nginx/conf.d/templates/listen_plain.template > /etc/nginx/conf.d/listen_plain.active &&
|
|
command: /bin/sh -c "envsubst < /etc/nginx/conf.d/templates/listen_plain.template > /etc/nginx/conf.d/listen_plain.active &&
|
|
envsubst < /etc/nginx/conf.d/templates/listen_ssl.template > /etc/nginx/conf.d/listen_ssl.active &&
|
|
envsubst < /etc/nginx/conf.d/templates/listen_ssl.template > /etc/nginx/conf.d/listen_ssl.active &&
|
|
- envsubst < /etc/nginx/conf.d/templates/server_name.template > /etc/nginx/conf.d/server_name.active &&
|
|
|
|
envsubst < /etc/nginx/conf.d/templates/sogo.template > /etc/nginx/conf.d/sogo.active &&
|
|
envsubst < /etc/nginx/conf.d/templates/sogo.template > /etc/nginx/conf.d/sogo.active &&
|
|
. /etc/nginx/conf.d/templates/sogo.auth_request.template.sh > /etc/nginx/conf.d/sogo_proxy_auth.active &&
|
|
. /etc/nginx/conf.d/templates/sogo.auth_request.template.sh > /etc/nginx/conf.d/sogo_proxy_auth.active &&
|
|
|
|
+ . /etc/nginx/conf.d/templates/server_name.template.sh > /etc/nginx/conf.d/server_name.active &&
|
|
. /etc/nginx/conf.d/templates/sites.template.sh > /etc/nginx/conf.d/sites.active &&
|
|
. /etc/nginx/conf.d/templates/sites.template.sh > /etc/nginx/conf.d/sites.active &&
|
|
. /etc/nginx/conf.d/templates/sogo_eas.template.sh > /etc/nginx/conf.d/sogo_eas.active &&
|
|
. /etc/nginx/conf.d/templates/sogo_eas.template.sh > /etc/nginx/conf.d/sogo_eas.active &&
|
|
nginx -qt &&
|
|
nginx -qt &&
|
|
@@ -335,6 +335,7 @@ services:
|
|
- TZ=${TZ}
|
|
- TZ=${TZ}
|
|
- SKIP_SOGO=${SKIP_SOGO:-n}
|
|
- SKIP_SOGO=${SKIP_SOGO:-n}
|
|
- ALLOW_ADMIN_EMAIL_LOGIN=${ALLOW_ADMIN_EMAIL_LOGIN:-n}
|
|
- ALLOW_ADMIN_EMAIL_LOGIN=${ALLOW_ADMIN_EMAIL_LOGIN:-n}
|
|
|
|
+ - ADDITIONAL_SERVER_NAMES=${ADDITIONAL_SERVER_NAMES:-}
|
|
volumes:
|
|
volumes:
|
|
- ./data/web:/web:ro,z
|
|
- ./data/web:/web:ro,z
|
|
- ./data/conf/rspamd/dynmaps:/dynmaps:ro,z
|
|
- ./data/conf/rspamd/dynmaps:/dynmaps:ro,z
|