vaultwarden setup

This commit is contained in:
jojo
2024-07-06 17:01:56 +02:00
parent 2d78d3c423
commit c18b363d86
3 changed files with 33 additions and 2 deletions

View File

@@ -5,11 +5,11 @@ services:
image: vaultwarden/server:latest
container_name: vaultwarden
restart: always
env_file:
- ./.env
environment:
WEBSOCKET_ENABLED: "true" # Enable WebSocket notifications.
SIGNUPS_ALLOWED: "false"
# TODO create an admin token
ADMIN_TOKEN: "abc"
volumes:
- ./vw-data:/data
ports: