chore: publish 0.7.2+1.30.3 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
p4u1 2024-02-13 17:50:11 +01:00
parent 8ef06543d2
commit c3dbb3e4dd
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.1
image: vaultwarden/server:1.30.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.7.1+1.30.1"
- "coop-cloud.${STACK_NAME}.version=0.7.2+1.30.3"
- "backupbot.backup=true"
- "backupbot.backup.path=/data"