chore: publish 0.7.1+1.30.1 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2023-11-20 12:55:18 +00:00
parent c59446cca2
commit 8ef06543d2
1 changed files with 2 additions and 2 deletions

View File

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