|
@@ -69,7 +69,7 @@ services:
|
|
|
- clamd
|
|
|
|
|
|
rspamd-mailcow:
|
|
|
- image: mailcow/rspamd:1.10
|
|
|
+ image: mailcow/rspamd:1.11
|
|
|
build: ./data/Dockerfiles/rspamd
|
|
|
stop_grace_period: 30s
|
|
|
depends_on:
|
|
@@ -219,6 +219,7 @@ services:
|
|
|
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/server_name.template > /etc/nginx/conf.d/server_name.active &&
|
|
|
+ nginx -qt &&
|
|
|
until ping phpfpm -c1 > /dev/null; do sleep 1; done &&
|
|
|
exec nginx -g 'daemon off;'"
|
|
|
environment:
|
|
@@ -246,7 +247,7 @@ services:
|
|
|
depends_on:
|
|
|
- nginx-mailcow
|
|
|
- mysql-mailcow
|
|
|
- image: mailcow/acme:1.21
|
|
|
+ image: mailcow/acme:1.22
|
|
|
build: ./data/Dockerfiles/acme
|
|
|
dns:
|
|
|
- 172.22.1.254
|