Compare commits
6 Commits
add-backup
...
3.1.1+2024
| Author | SHA1 | Date | |
|---|---|---|---|
| 75da49770d | |||
| dff19033f6 | |||
| 2e4a082408 | |||
| 682ccaaa2d | |||
| d5939e433b | |||
| c5bb97fa6b |
15
compose.yml
15
compose.yml
@ -96,10 +96,10 @@ 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.1+2024.06.52"
|
||||
|
||||
db:
|
||||
image: redis:8.0.6-alpine
|
||||
image: redis:8.8.0-alpine
|
||||
volumes:
|
||||
- "redis:/data"
|
||||
|
||||
@ -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
|
||||
@ -177,7 +169,7 @@ services:
|
||||
disable: true
|
||||
|
||||
certdumper:
|
||||
image: ldez/traefik-certs-dumper:v2.11.2
|
||||
image: ldez/traefik-certs-dumper:v2.11.4
|
||||
entrypoint: sh -c '
|
||||
apk add jq
|
||||
; while ! [ -e /traefik/${ACME_JSON} ]
|
||||
@ -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