Merge branch 'staging' into nightly

This commit is contained in:
FreddleSpl0it
2025-03-07 13:21:57 +01:00
21 changed files with 110 additions and 50 deletions
+12 -12
View File
@@ -1,7 +1,7 @@
services:
unbound-mailcow:
image: mailcow/unbound:1.23
image: ghcr.io/mailcow/unbound:1.23
environment:
- TZ=${TZ}
- SKIP_UNBOUND_HEALTHCHECK=${SKIP_UNBOUND_HEALTHCHECK:-n}
@@ -42,7 +42,7 @@ services:
- mysql
redis-mailcow:
image: redis:7-alpine
image: redis:7.4.2-alpine
entrypoint: ["/bin/sh","/redis-conf.sh"]
volumes:
- redis-vol-1:/data/
@@ -65,7 +65,7 @@ services:
- redis
clamd-mailcow:
image: mailcow/clamd:1.70
image: ghcr.io/mailcow/clamd:1.70
restart: always
depends_on:
unbound-mailcow:
@@ -84,7 +84,7 @@ services:
- clamd
rspamd-mailcow:
image: mailcow/rspamd:2.0
image: ghcr.io/mailcow/rspamd:2.0
stop_grace_period: 30s
depends_on:
- dovecot-mailcow
@@ -117,7 +117,7 @@ services:
- rspamd
php-fpm-mailcow:
image: mailcow/phpfpm:1.92
image: ghcr.io/mailcow/phpfpm:1.92
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
depends_on:
- redis-mailcow
@@ -337,7 +337,7 @@ services:
- dovecot
postfix-mailcow:
image: mailcow/postfix:1.80
image: ghcr.io/mailcow/postfix:1.80
depends_on:
mysql-mailcow:
condition: service_started
@@ -393,7 +393,7 @@ services:
- php-fpm-mailcow
- sogo-mailcow
- rspamd-mailcow
image: mailcow/nginx:1.03
image: ghcr.io/mailcow/nginx:1.03
dns:
- ${IPV4_NETWORK:-172.22.1}.254
environment:
@@ -439,7 +439,7 @@ services:
condition: service_started
unbound-mailcow:
condition: service_healthy
image: mailcow/acme:1.91
image: ghcr.io/mailcow/acme:1.91
dns:
- ${IPV4_NETWORK:-172.22.1}.254
environment:
@@ -477,7 +477,7 @@ services:
- acme
netfilter-mailcow:
image: mailcow/netfilter:1.61
image: ghcr.io/mailcow/netfilter:1.61
stop_grace_period: 30s
restart: always
privileged: true
@@ -497,7 +497,7 @@ services:
- /lib/modules:/lib/modules:ro
watchdog-mailcow:
image: mailcow/watchdog:2.06
image: ghcr.io/mailcow/watchdog:2.06
dns:
- ${IPV4_NETWORK:-172.22.1}.254
tmpfs:
@@ -569,7 +569,7 @@ services:
- watchdog
dockerapi-mailcow:
image: mailcow/dockerapi:2.10
image: ghcr.io/mailcow/dockerapi:2.10
security_opt:
- label=disable
restart: always
@@ -589,7 +589,7 @@ services:
- dockerapi
olefy-mailcow:
image: mailcow/olefy:1.13
image: ghcr.io/mailcow/olefy:1.13
restart: always
environment:
- TZ=${TZ}