[Compose] Hopefully a few more seconds for Unbound to come up, updated Postfix image
This commit is contained in:
parent
c75fd9ac40
commit
bf87b6e973
@ -18,6 +18,8 @@ services:
|
|||||||
|
|
||||||
mysql-mailcow:
|
mysql-mailcow:
|
||||||
image: mariadb:10.3
|
image: mariadb:10.3
|
||||||
|
depends_on:
|
||||||
|
- unbound-mailcow
|
||||||
stop_grace_period: 45s
|
stop_grace_period: 45s
|
||||||
volumes:
|
volumes:
|
||||||
- mysql-vol-1:/var/lib/mysql/
|
- mysql-vol-1:/var/lib/mysql/
|
||||||
@ -171,6 +173,8 @@ services:
|
|||||||
|
|
||||||
dovecot-mailcow:
|
dovecot-mailcow:
|
||||||
image: mailcow/dovecot:1.97
|
image: mailcow/dovecot:1.97
|
||||||
|
depends_on:
|
||||||
|
- mysql-mailcow
|
||||||
dns:
|
dns:
|
||||||
- ${IPV4_NETWORK:-172.22.1}.254
|
- ${IPV4_NETWORK:-172.22.1}.254
|
||||||
cap_add:
|
cap_add:
|
||||||
@ -223,7 +227,9 @@ services:
|
|||||||
- dovecot
|
- dovecot
|
||||||
|
|
||||||
postfix-mailcow:
|
postfix-mailcow:
|
||||||
image: mailcow/postfix:1.43
|
image: mailcow/postfix:1.44
|
||||||
|
depends_on:
|
||||||
|
- mysql-mailcow
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/conf/postfix:/opt/postfix/conf
|
- ./data/conf/postfix:/opt/postfix/conf
|
||||||
- ./data/assets/ssl:/etc/ssl/mail/:ro
|
- ./data/assets/ssl:/etc/ssl/mail/:ro
|
||||||
|
Loading…
Reference in New Issue
Block a user