Changed Compose back to Versioning

This commit is contained in:
DerLinkman 2023-08-04 07:14:37 +00:00
parent ed491fbf10
commit 7f167874f7
1 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,7 @@ version: '2.1'
services:
unbound-mailcow:
image: mailcow/unbound:arm64-dev
image: mailcow/unbound:1.18
environment:
- TZ=${TZ}
volumes:
@ -58,7 +58,7 @@ services:
- redis
clamd-mailcow:
image: mailcow/clamd:arm64-dev
image: mailcow/clamd:1.62
restart: always
depends_on:
- unbound-mailcow
@ -106,7 +106,7 @@ services:
- rspamd
php-fpm-mailcow:
image: mailcow/phpfpm:1.84
image: mailcow/phpfpm:1.85
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
depends_on:
- redis-mailcow
@ -170,7 +170,7 @@ services:
- phpfpm
sogo-mailcow:
image: mailcow/sogo:1.118
image: mailcow/sogo:1.119
environment:
- DBNAME=${DBNAME}
- DBUSER=${DBUSER}
@ -217,7 +217,7 @@ services:
- sogo
dovecot-mailcow:
image: mailcow/dovecot:1.24
image: mailcow/dovecot:1.25
depends_on:
- mysql-mailcow
dns:
@ -297,7 +297,7 @@ services:
- dovecot
postfix-mailcow:
image: mailcow/postfix:1.71
image: mailcow/postfix:1.72
depends_on:
- mysql-mailcow
volumes:
@ -391,7 +391,7 @@ services:
acme-mailcow:
depends_on:
- nginx-mailcow
image: mailcow/acme:arm64-dev
image: mailcow/acme:1.85
dns:
- ${IPV4_NETWORK:-172.22.1}.254
environment:
@ -427,7 +427,7 @@ services:
- acme
netfilter-mailcow:
image: mailcow/netfilter:arm64-dev
image: mailcow/netfilter:1.53
stop_grace_period: 30s
depends_on:
- dovecot-mailcow
@ -450,7 +450,7 @@ services:
- /lib/modules:/lib/modules:ro
watchdog-mailcow:
image: mailcow/watchdog:arm64-dev
image: mailcow/watchdog:1.98
dns:
- ${IPV4_NETWORK:-172.22.1}.254
tmpfs:
@ -512,7 +512,7 @@ services:
- watchdog
dockerapi-mailcow:
image: mailcow/dockerapi:2.05
image: mailcow/dockerapi:2.06
security_opt:
- label=disable
restart: always
@ -531,7 +531,7 @@ services:
- dockerapi
solr-mailcow:
image: mailcow/solr:arm64-dev
image: mailcow/solr:1.8.2
restart: always
volumes:
- solr-vol-1:/opt/solr/server/solr/dovecot-fts/data
@ -547,7 +547,7 @@ services:
- solr
olefy-mailcow:
image: mailcow/olefy:arm64-dev
image: mailcow/olefy:1.12
restart: always
environment:
- TZ=${TZ}