Compare commits

...

6 Commits

Author SHA1 Message Date
e7f4b8d86d chore: upgrade mailu to 2024.06.53
All checks were successful
cc-ci/testme cc-ci: success
2026-07-04 04:33:47 +00:00
75da49770d chore: publish 3.1.1+2024.06.52 release 2026-06-22 15:27:36 -04:00
dff19033f6 Merge pull request 'upgrade-3.2.0+2024.06.52' (#15) from upgrade-3.2.0+2024.06.52 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/mailu/pulls/15
2026-06-22 19:26:53 +00:00
2e4a082408 chore: upgrade traefik-certs-dumper to v2.11.4
All checks were successful
cc-ci/testme cc-ci: success
2026-06-19 03:12:56 +00:00
682ccaaa2d chore: upgrade to 3.2.0+2024.06.52
All checks were successful
cc-ci/testme cc-ci: success
2026-06-12 03:49:28 +00:00
d5939e433b Merge pull request 'chore: bump recipe version to 3.1.0+2024.06.52' (#14) from upgrade-3.1.0+2024.06.52 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/mailu/pulls/14
2026-06-09 16:50:25 +00:00

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.53
logging:
driver: json-file
networks:
@ -96,15 +96,15 @@ 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.0+2024.06.52"
- "coop-cloud.${STACK_NAME}.version=3.1.1+2024.06.52"
db:
image: redis:8.0.6-alpine
image: redis:8.8.0-alpine
volumes:
- "redis:/data"
admin:
image: ghcr.io/mailu/admin:2024.06.52
image: ghcr.io/mailu/admin:2024.06.53
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.53
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.53
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.53
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.53
# entrypoint: "tail -f /dev/null"
environment: *default-env
networks:
@ -169,7 +169,7 @@ services:
disable: true
certdumper:
image: ldez/traefik-certs-dumper:v2.11.2
image: ldez/traefik-certs-dumper:v2.11.4
entrypoint: sh -c '
apk add jq
; while ! [ -e /traefik/${ACME_JSON} ]