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
All checks were successful
cc-ci/testme cc-ci: success
This commit is contained in:
11
compose.yml
11
compose.yml
@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user