Compare commits

..
Author SHA1 Message Date
notplants c75df76fa6 chore: publish 3.1.3+2024.06.57 release 2026-08-10 12:34:24 -04:00
notplants 0b33e79f1e Merge pull request 'chore: upgrade mailu to 2024.06.57, redis to 8.10.0-alpine' (#17) from upgrade-e19297a into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/mailu/pulls/17
2026-08-10 16:33:51 +00:00
recipe-upgrade-bot e19297ab07 chore: upgrade mailu to 2024.06.57, redis to 8.10.0-alpine
cc-ci/testme cc-ci: success
2026-08-04 01:23:31 +00:00
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
trav 75da49770d chore: publish 3.1.1+2024.06.52 release 2026-06-22 15:27:36 -04:00
trav 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
autonomic-bot 2e4a082408 chore: upgrade traefik-certs-dumper to v2.11.4
cc-ci/testme cc-ci: success
2026-06-19 03:12:56 +00:00
autonomic-bot 682ccaaa2d chore: upgrade to 3.2.0+2024.06.52
cc-ci/testme cc-ci: success
2026-06-12 03:49:28 +00:00
trav 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
notplantsandtrav c5bb97fa6b chore: bump recipe version to 3.1.0+2024.06.52
Corrective semver bump. 3.0.1+2024.06.52 was published reusing the 3.0.1
recipe semver from the previous release (3.0.1+2024.06.37); per the recipe
semver convention the recipe version must bump when the image version changes.
Minor bump (no breaking changes / no required operator action).
2026-06-09 12:48:18 -04:00
+9 -18
View File
@@ -55,7 +55,7 @@ x-environment:
services: services:
app: app:
image: ghcr.io/mailu/nginx:2024.06.52 image: ghcr.io/mailu/nginx:2024.06.57
logging: logging:
driver: json-file driver: json-file
networks: networks:
@@ -96,15 +96,15 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "coop-cloud.${STACK_NAME}.version=3.0.2+2024.06.52" - "coop-cloud.${STACK_NAME}.version=3.1.3+2024.06.57"
db: db:
image: redis:8.0.6-alpine image: redis:8.10.0-alpine
volumes: volumes:
- "redis:/data" - "redis:/data"
admin: admin:
image: ghcr.io/mailu/admin:2024.06.52 image: ghcr.io/mailu/admin:2024.06.57
environment: *default-env environment: *default-env
healthcheck: healthcheck:
disable: true disable: true
@@ -115,13 +115,9 @@ services:
- "mailu:/data" - "mailu:/data"
networks: networks:
- default - default
deploy:
labels:
backupbot.backup: "true"
backupbot.backup.path: "/data"
imap: imap:
image: ghcr.io/mailu/dovecot:2024.06.52 image: ghcr.io/mailu/dovecot:2024.06.57
environment: *default-env environment: *default-env
secrets: secrets:
- secret_key - secret_key
@@ -133,13 +129,9 @@ services:
- app - app
networks: networks:
- default - default
deploy:
labels:
backupbot.backup: "true"
backupbot.backup.path: "/mail"
smtp: smtp:
image: ghcr.io/mailu/postfix:2024.06.52 image: ghcr.io/mailu/postfix:2024.06.57
environment: *default-env environment: *default-env
secrets: secrets:
- secret_key - secret_key
@@ -151,7 +143,7 @@ services:
- app - app
antispam: antispam:
image: ghcr.io/mailu/rspamd:2024.06.52 image: ghcr.io/mailu/rspamd:2024.06.57
environment: *default-env environment: *default-env
secrets: secrets:
- secret_key - secret_key
@@ -162,7 +154,7 @@ services:
disable: true disable: true
webmail: webmail:
image: ghcr.io/mailu/webmail:2024.06.52 image: ghcr.io/mailu/webmail:2024.06.57
# entrypoint: "tail -f /dev/null" # entrypoint: "tail -f /dev/null"
environment: *default-env environment: *default-env
networks: networks:
@@ -177,7 +169,7 @@ services:
disable: true disable: true
certdumper: certdumper:
image: ldez/traefik-certs-dumper:v2.11.2 image: ldez/traefik-certs-dumper:v2.11.4
entrypoint: sh -c ' entrypoint: sh -c '
apk add jq apk add jq
; while ! [ -e /traefik/${ACME_JSON} ] ; while ! [ -e /traefik/${ACME_JSON} ]
@@ -234,4 +226,3 @@ secrets:
secret_key: secret_key:
external: true external: true
name: ${STACK_NAME}_secret_key_${SECRET_SECRET_KEY_VERSION} name: ${STACK_NAME}_secret_key_${SECRET_SECRET_KEY_VERSION}