[Compose] New images: dockerapi, watchdog, netfilter, acme, dovecot, php, unbound

master
andryyy 2019-02-05 00:10:51 +01:00
parent 1e764009bf
commit eb456046a4
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@ version: '2.1'
services:
unbound-mailcow:
image: mailcow/unbound:1.4
image: mailcow/unbound:1.5
build: ./data/Dockerfiles/unbound
command: /usr/sbin/unbound
environment:
@ -94,7 +94,7 @@ services:
- rspamd
php-fpm-mailcow:
image: mailcow/phpfpm:1.33
image: mailcow/phpfpm:1.34
build: ./data/Dockerfiles/phpfpm
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
depends_on:
@ -164,7 +164,7 @@ services:
- sogo
dovecot-mailcow:
image: mailcow/dovecot:1.59
image: mailcow/dovecot:1.60
build: ./data/Dockerfiles/dovecot
cap_add:
- NET_BIND_SERVICE
@ -296,7 +296,7 @@ services:
acme-mailcow:
depends_on:
- nginx-mailcow
image: mailcow/acme:1.45
image: mailcow/acme:1.46
build: ./data/Dockerfiles/acme
dns:
- ${IPV4_NETWORK:-172.22.1}.254
@ -323,7 +323,7 @@ services:
- acme
netfilter-mailcow:
image: mailcow/netfilter:1.21
image: mailcow/netfilter:1.22
build: ./data/Dockerfiles/netfilter
stop_grace_period: 30s
depends_on:
@ -347,7 +347,7 @@ services:
- /lib/modules:/lib/modules:ro
watchdog-mailcow:
image: mailcow/watchdog:1.33
image: mailcow/watchdog:1.34
# Debug
#command: /watchdog.sh
build: ./data/Dockerfiles/watchdog
@ -379,7 +379,7 @@ services:
- watchdog
dockerapi-mailcow:
image: mailcow/dockerapi:1.25
image: mailcow/dockerapi:1.26
restart: always
build: ./data/Dockerfiles/dockerapi
oom_kill_disable: true