Update to latest Mailu

This commit is contained in:
3wc
2025-01-08 12:40:47 -05:00
parent e471ec6fd8
commit 21868cf5e9
2 changed files with 27 additions and 9 deletions

View File

@ -54,7 +54,7 @@ x-environment:
services:
app:
image: ghcr.io/mailu/nginx:2.0.41
image: ghcr.io/mailu/nginx:2024.06.27
logging:
driver: json-file
networks:
@ -98,12 +98,12 @@ services:
- "coop-cloud.${STACK_NAME}.version=1.1.1+2.0.41"
db:
image: redis:7.2.4-alpine
image: redis:7.4.1-alpine
volumes:
- "redis:/data"
admin:
image: ghcr.io/mailu/admin:2.0.41
image: ghcr.io/mailu/admin:2024.06.27
environment: *default-env
healthcheck:
disable: true
@ -116,7 +116,7 @@ services:
- default
imap:
image: ghcr.io/mailu/dovecot:2.0.41
image: ghcr.io/mailu/dovecot:2024.06.27
environment: *default-env
secrets:
- secret_key
@ -130,7 +130,7 @@ services:
- default
smtp:
image: ghcr.io/mailu/postfix:2.0.41
image: ghcr.io/mailu/postfix:2024.06.27
environment: *default-env
secrets:
- secret_key
@ -142,7 +142,7 @@ services:
- app
antispam:
image: ghcr.io/mailu/rspamd:2.0.41
image: ghcr.io/mailu/rspamd:2024.06.27
environment: *default-env
secrets:
- secret_key
@ -153,7 +153,8 @@ services:
disable: true
webmail:
image: ghcr.io/mailu/webmail:2.0.41
image: ghcr.io/mailu/webmail:2024.06.27
# entrypoint: "tail -f /dev/null"
environment: *default-env
networks:
- default
@ -167,7 +168,7 @@ services:
disable: true
certdumper:
image: ldez/traefik-certs-dumper:v2.8.3
image: ldez/traefik-certs-dumper:v2.9.3
entrypoint: sh -c '
apk add jq
; while ! [ -e /traefik/${ACME_JSON} ]