chore: publish 1.0.1+1.32.5 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon 2024-12-10 18:34:31 +01:00
parent d52c9d220e
commit c48778f942

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: vaultwarden/server:1.32.3
image: vaultwarden/server:1.32.5
networks:
- proxy
- internal
@ -41,7 +41,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=1.0.0+1.32.3"
- "coop-cloud.${STACK_NAME}.version=1.0.1+1.32.5"
- "backupbot.backup=true"
- "backupbot.backup.path=/data"