1 Commits

Author SHA1 Message Date
edc0201a79 feat: add backupbot v2 labels to admin (sqlite /data) and imap (mail /mail) services; bump recipe version to 3.0.2+2024.06.52
All checks were successful
cc-ci/testme cc-ci: success
2026-06-11 18:44:45 +00:00

View File

@ -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.0.1+2024.06.52"
- "coop-cloud.${STACK_NAME}.version=3.0.2+2024.06.52"
db:
image: redis:8.0.6-alpine
@ -115,6 +115,10 @@ services:
- "mailu:/data"
networks:
- default
deploy:
labels:
backupbot.backup: "true"
backupbot.backup.path: "/data"
imap:
image: ghcr.io/mailu/dovecot:2024.06.52
@ -129,6 +133,10 @@ services:
- app
networks:
- default
deploy:
labels:
backupbot.backup: "true"
backupbot.backup.path: "/mail"
smtp:
image: ghcr.io/mailu/postfix:2024.06.52
@ -226,3 +234,4 @@ secrets:
secret_key:
external: true
name: ${STACK_NAME}_secret_key_${SECRET_SECRET_KEY_VERSION}