chore: publish 1.0.0+1.30.5 release

This commit is contained in:
Javielico 2024-03-18 14:54:20 +00:00
parent c3dbb3e4dd
commit 371fa36d15
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.3
image: vaultwarden/server:1.30.5
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.2+1.30.3"
- "coop-cloud.${STACK_NAME}.version=1.0.0+1.30.5"
- "backupbot.backup=true"
- "backupbot.backup.path=/data"