chore: publish 0.8.0+1.31.0 release
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
p4u1 2024-07-19 18:55:59 +02:00
parent 373db38548
commit 57a40cfaa1

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: vaultwarden/server:1.30.5
image: vaultwarden/server:1.31.0
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=1.2.0+1.30.5"
- "coop-cloud.${STACK_NAME}.version=0.8.0+1.31.0"
- "backupbot.backup=true"
- "backupbot.backup.path=/data"