[Compose] New images, add restart to dockerapi, remove stop grace period (container now handles stop signals better)

master
André 2017-11-03 20:38:59 +01:00
parent 85d1ee2f49
commit bcdccf9c92
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
version: '2.3' version: '2.1'
services: services:
unbound-mailcow: unbound-mailcow:
@ -92,7 +92,7 @@ services:
- rspamd - rspamd
php-fpm-mailcow: php-fpm-mailcow:
image: mailcow/phpfpm:1.3 image: mailcow/phpfpm:1.4
build: ./data/Dockerfiles/phpfpm build: ./data/Dockerfiles/phpfpm
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0" command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
depends_on: depends_on:
@ -143,7 +143,7 @@ services:
- sogo - sogo
dovecot-mailcow: dovecot-mailcow:
image: mailcow/dovecot:1.9 image: mailcow/dovecot:1.10
build: ./data/Dockerfiles/dovecot build: ./data/Dockerfiles/dovecot
volumes: volumes:
- ./data/conf/dovecot:/usr/local/etc/dovecot - ./data/conf/dovecot:/usr/local/etc/dovecot
@ -312,8 +312,8 @@ services:
- watchdog - watchdog
dockerapi-mailcow: dockerapi-mailcow:
image: mailcow/dockerapi:1.1 image: mailcow/dockerapi:1.2
stop_grace_period: 3s restart: always
build: ./data/Dockerfiles/dockerapi build: ./data/Dockerfiles/dockerapi
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro