[Compose] Hopefully a few more seconds for Unbound to come up, updated Postfix image

master
andryyy 2019-11-26 21:10:29 +01:00
parent c75fd9ac40
commit bf87b6e973
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 7 additions and 1 deletions

View File

@ -18,6 +18,8 @@ services:
mysql-mailcow:
image: mariadb:10.3
depends_on:
- unbound-mailcow
stop_grace_period: 45s
volumes:
- mysql-vol-1:/var/lib/mysql/
@ -171,6 +173,8 @@ services:
dovecot-mailcow:
image: mailcow/dovecot:1.97
depends_on:
- mysql-mailcow
dns:
- ${IPV4_NETWORK:-172.22.1}.254
cap_add:
@ -223,7 +227,9 @@ services:
- dovecot
postfix-mailcow:
image: mailcow/postfix:1.43
image: mailcow/postfix:1.44
depends_on:
- mysql-mailcow
volumes:
- ./data/conf/postfix:/opt/postfix/conf
- ./data/assets/ssl:/etc/ssl/mail/:ro