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

This commit is contained in:
3wc 2024-10-30 13:39:53 -04:00
parent b286befb98
commit 2c76e6640f

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: vaultwarden/server:1.32.0
image: vaultwarden/server:1.32.3
networks:
- proxy
environment:
@ -39,7 +39,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=0.9.0+1.32.0"
- "coop-cloud.${STACK_NAME}.version=0.9.1+1.32.3"
- "backupbot.backup=true"
- "backupbot.backup.path=/data"