[acme-mailcow] Auto-detect container ids for restart; Restart containers after restore

This commit is contained in:
andryyy
2017-06-29 10:25:32 +02:00
parent 3d652dd3d0
commit 9040d456ed
3 changed files with 20 additions and 14 deletions

View File

@@ -293,13 +293,12 @@ services:
acme-mailcow:
depends_on:
- nginx-mailcow
image: mailcow/acme:1.7
image: mailcow/acme:1.8
build: ./data/Dockerfiles/acme
dns:
- 172.22.1.254
dns_search: mailcow-network
environment:
- CONTAINERS_RESTART=mailcowdockerized_postfix-mailcow_1 mailcowdockerized_dovecot-mailcow_1 mailcowdockerized_nginx-mailcow_1
- ADDITIONAL_SAN=${ADDITIONAL_SAN}
- MAILCOW_HOSTNAME=${MAILCOW_HOSTNAME}
- DBNAME=${DBNAME}