1 Commits

Author SHA1 Message Date
3wc
23309a1a80 chore: publish 3.0.1+2024.06.37 release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-07-26 21:26:49 +01:00

View File

@ -55,7 +55,7 @@ x-environment:
services:
app:
image: ghcr.io/mailu/nginx:2024.06.27
image: ghcr.io/mailu/nginx:2024.06.37
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.0.0+2024.06.27"
- "coop-cloud.${STACK_NAME}.version=3.0.1+2024.06.37"
db:
image: redis:7.4.1-alpine
image: redis:8.0.3-alpine
volumes:
- "redis:/data"
admin:
image: ghcr.io/mailu/admin:2024.06.27
image: ghcr.io/mailu/admin:2024.06.37
environment: *default-env
healthcheck:
disable: true
@ -117,7 +117,7 @@ services:
- default
imap:
image: ghcr.io/mailu/dovecot:2024.06.27
image: ghcr.io/mailu/dovecot:2024.06.37
environment: *default-env
secrets:
- secret_key
@ -131,7 +131,7 @@ services:
- default
smtp:
image: ghcr.io/mailu/postfix:2024.06.27
image: ghcr.io/mailu/postfix:2024.06.37
environment: *default-env
secrets:
- secret_key
@ -143,7 +143,7 @@ services:
- app
antispam:
image: ghcr.io/mailu/rspamd:2024.06.27
image: ghcr.io/mailu/rspamd:2024.06.37
environment: *default-env
secrets:
- secret_key
@ -154,7 +154,7 @@ services:
disable: true
webmail:
image: ghcr.io/mailu/webmail:2024.06.27
image: ghcr.io/mailu/webmail:2024.06.37
# entrypoint: "tail -f /dev/null"
environment: *default-env
networks:
@ -169,7 +169,7 @@ services:
disable: true
certdumper:
image: ldez/traefik-certs-dumper:v2.9.3
image: ldez/traefik-certs-dumper:v2.10.0
entrypoint: sh -c '
apk add jq
; while ! [ -e /traefik/${ACME_JSON} ]