Compare commits

...
Author SHA1 Message Date
notplants b1761be669 chore: publish 3.1.2+2024.06.55 release 2026-08-03 16:40:48 -04:00
notplants 68c5c8be4d Merge pull request 'upgrade mailu to 2024.06.55' (#16) from upgrade-e7f4b8d into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/mailu/pulls/16
2026-08-03 20:40:21 +00:00
autonomic-bot 164736e6fe chore: upgrade mailu to 2024.06.55
cc-ci/testme cc-ci: success
2026-07-24 09:20:13 +00:00
autonomic-bot 6b3b891b98 chore: upgrade mailu to 2024.06.54
cc-ci/testme cc-ci: success
2026-07-13 23:09:47 +00:00
autonomic-bot e7f4b8d86d chore: upgrade mailu to 2024.06.53
cc-ci/testme cc-ci: success
2026-07-04 04:33:47 +00:00
+7 -7
View File
@@ -55,7 +55,7 @@ x-environment:
services:
app:
image: ghcr.io/mailu/nginx:2024.06.52
image: ghcr.io/mailu/nginx:2024.06.55
logging:
driver: json-file
networks:
@@ -96,7 +96,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "coop-cloud.${STACK_NAME}.version=3.1.1+2024.06.52"
- "coop-cloud.${STACK_NAME}.version=3.1.2+2024.06.55"
db:
image: redis:8.8.0-alpine
@@ -104,7 +104,7 @@ services:
- "redis:/data"
admin:
image: ghcr.io/mailu/admin:2024.06.52
image: ghcr.io/mailu/admin:2024.06.55
environment: *default-env
healthcheck:
disable: true
@@ -117,7 +117,7 @@ services:
- default
imap:
image: ghcr.io/mailu/dovecot:2024.06.52
image: ghcr.io/mailu/dovecot:2024.06.55
environment: *default-env
secrets:
- secret_key
@@ -131,7 +131,7 @@ services:
- default
smtp:
image: ghcr.io/mailu/postfix:2024.06.52
image: ghcr.io/mailu/postfix:2024.06.55
environment: *default-env
secrets:
- secret_key
@@ -143,7 +143,7 @@ services:
- app
antispam:
image: ghcr.io/mailu/rspamd:2024.06.52
image: ghcr.io/mailu/rspamd:2024.06.55
environment: *default-env
secrets:
- secret_key
@@ -154,7 +154,7 @@ services:
disable: true
webmail:
image: ghcr.io/mailu/webmail:2024.06.52
image: ghcr.io/mailu/webmail:2024.06.55
# entrypoint: "tail -f /dev/null"
environment: *default-env
networks: