Compare commits
2 Commits
add-backup
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d5939e433b | |||
| c5bb97fa6b |
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.2+2024.06.52"
|
||||
- "coop-cloud.${STACK_NAME}.version=3.1.0+2024.06.52"
|
||||
|
||||
db:
|
||||
image: redis:8.0.6-alpine
|
||||
@ -115,10 +115,6 @@ services:
|
||||
- "mailu:/data"
|
||||
networks:
|
||||
- default
|
||||
deploy:
|
||||
labels:
|
||||
backupbot.backup: "true"
|
||||
backupbot.backup.path: "/data"
|
||||
|
||||
imap:
|
||||
image: ghcr.io/mailu/dovecot:2024.06.52
|
||||
@ -133,10 +129,6 @@ services:
|
||||
- app
|
||||
networks:
|
||||
- default
|
||||
deploy:
|
||||
labels:
|
||||
backupbot.backup: "true"
|
||||
backupbot.backup.path: "/mail"
|
||||
|
||||
smtp:
|
||||
image: ghcr.io/mailu/postfix:2024.06.52
|
||||
@ -234,4 +226,3 @@ secrets:
|
||||
secret_key:
|
||||
external: true
|
||||
name: ${STACK_NAME}_secret_key_${SECRET_SECRET_KEY_VERSION}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user