Merge branch 'staging' into nightly

This commit is contained in:
FreddleSpl0it 2025-03-24 11:38:59 +01:00
commit cf2d3c1b4e
No known key found for this signature in database
GPG key ID: 00E14E7634F4BEC5
29 changed files with 237 additions and 114 deletions

View file

@ -1,7 +1,7 @@
services:
unbound-mailcow:
image: ghcr.io/mailcow/unbound:1.23
image: ghcr.io/mailcow/unbound:1.24
environment:
- TZ=${TZ}
- SKIP_UNBOUND_HEALTHCHECK=${SKIP_UNBOUND_HEALTHCHECK:-n}
@ -84,7 +84,7 @@ services:
- clamd
rspamd-mailcow:
image: ghcr.io/mailcow/rspamd:2.0
image: ghcr.io/mailcow/rspamd:2.1
stop_grace_period: 30s
depends_on:
- dovecot-mailcow
@ -117,7 +117,7 @@ services:
- rspamd
php-fpm-mailcow:
image: ghcr.io/mailcow/phpfpm:1.92
image: ghcr.io/mailcow/phpfpm:1.93
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
depends_on:
- redis-mailcow
@ -199,7 +199,7 @@ services:
- phpfpm
sogo-mailcow:
image: mailcow/sogo:nightly-20250224
image: ghcr.io/mailcow/sogo:1.131
environment:
- DBNAME=${DBNAME}
- DBUSER=${DBUSER}
@ -250,7 +250,7 @@ services:
- sogo
dovecot-mailcow:
image: mailcow/dovecot:nightly-20250224
image: ghcr.io/mailcow/dovecot:2.33
depends_on:
- mysql-mailcow
- netfilter-mailcow
@ -439,7 +439,7 @@ services:
condition: service_started
unbound-mailcow:
condition: service_healthy
image: ghcr.io/mailcow/acme:1.91
image: ghcr.io/mailcow/acme:1.92
dns:
- ${IPV4_NETWORK:-172.22.1}.254
environment:
@ -477,7 +477,7 @@ services:
- acme
netfilter-mailcow:
image: ghcr.io/mailcow/netfilter:1.61
image: ghcr.io/mailcow/netfilter:1.62
stop_grace_period: 30s
restart: always
privileged: true
@ -497,7 +497,7 @@ services:
- /lib/modules:/lib/modules:ro
watchdog-mailcow:
image: ghcr.io/mailcow/watchdog:2.06
image: ghcr.io/mailcow/watchdog:2.07
dns:
- ${IPV4_NETWORK:-172.22.1}.254
tmpfs:
@ -569,7 +569,7 @@ services:
- watchdog
dockerapi-mailcow:
image: ghcr.io/mailcow/dockerapi:2.10
image: ghcr.io/mailcow/dockerapi:2.11
security_opt:
- label=disable
restart: always
@ -589,7 +589,7 @@ services:
- dockerapi
olefy-mailcow:
image: ghcr.io/mailcow/olefy:1.13
image: ghcr.io/mailcow/olefy:1.14
restart: always
environment:
- TZ=${TZ}