update vaultwarden config and add a alias to alias file

This commit is contained in:
2026-05-27 17:04:04 +00:00
Unverified
parent f4a1bd63e5
commit d3142ec4f3
2 changed files with 49 additions and 3 deletions

View File

@@ -2,18 +2,19 @@
---
services:
vaultwarden:
image: vaultwarden/server:1.35.2
image: vaultwarden/server:1.36.0
container_name: vaultwarden
restart: unless-stopped
environment:
DOMAIN: "${VAULT_DOMAIN}"
ROCKET_PORT: ${ROCKET_PORT}
ROCKET_ENV: production
ADMIN_TOKEN: ${ADMIN_TOKEN}
volumes:
- vaultwarden-mount:/data/
ports:
- 'LOCAL_PORT:80'
- 'SSL_PORT:443'
- '${LOCAL_PORT}:80'
- '${SSL_PORT}:443'
volumes:
vaultwarden-mount: