Merge pull request 'Upgrade ee4e727' (#18) from upgrade-ee4e727 into main

Reviewed-on: https://git.coopcloud.tech/coop-cloud/mailu/pulls/18
This commit is contained in:
2026-08-24 16:41:40 +00:00
+7 -7
View File
@@ -55,7 +55,7 @@ x-environment:
services: services:
app: app:
image: ghcr.io/mailu/nginx:2024.06.57 image: ghcr.io/mailu/nginx:2024.06.58
logging: logging:
driver: json-file driver: json-file
networks: networks:
@@ -99,12 +99,12 @@ services:
- "coop-cloud.${STACK_NAME}.version=3.1.3+2024.06.57" - "coop-cloud.${STACK_NAME}.version=3.1.3+2024.06.57"
db: db:
image: redis:8.10.0-alpine image: redis:8.10.1-alpine
volumes: volumes:
- "redis:/data" - "redis:/data"
admin: admin:
image: ghcr.io/mailu/admin:2024.06.57 image: ghcr.io/mailu/admin:2024.06.58
environment: *default-env environment: *default-env
healthcheck: healthcheck:
disable: true disable: true
@@ -117,7 +117,7 @@ services:
- default - default
imap: imap:
image: ghcr.io/mailu/dovecot:2024.06.57 image: ghcr.io/mailu/dovecot:2024.06.58
environment: *default-env environment: *default-env
secrets: secrets:
- secret_key - secret_key
@@ -131,7 +131,7 @@ services:
- default - default
smtp: smtp:
image: ghcr.io/mailu/postfix:2024.06.57 image: ghcr.io/mailu/postfix:2024.06.58
environment: *default-env environment: *default-env
secrets: secrets:
- secret_key - secret_key
@@ -143,7 +143,7 @@ services:
- app - app
antispam: antispam:
image: ghcr.io/mailu/rspamd:2024.06.57 image: ghcr.io/mailu/rspamd:2024.06.58
environment: *default-env environment: *default-env
secrets: secrets:
- secret_key - secret_key
@@ -154,7 +154,7 @@ services:
disable: true disable: true
webmail: webmail:
image: ghcr.io/mailu/webmail:2024.06.57 image: ghcr.io/mailu/webmail:2024.06.58
# entrypoint: "tail -f /dev/null" # entrypoint: "tail -f /dev/null"
environment: *default-env environment: *default-env
networks: networks: