vaultwarden

This commit is contained in:
CDaut 2023-08-27 23:54:32 +02:00
parent bd4b05f3fb
commit 8971099dc2
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,17 @@
version: '3'
services:
vaultwarden:
image: vaultwarden/server:latest
container_name: vaultwarden
restart: always
environment:
WEBSOCKET_ENABLED: "true" # Enable WebSocket notifications.
SIGNUP_ALLOWED: false
YUBICO_CLIENT_ID: <redacted>
YUBICO_SECRET_KEY: <redacted>
ports:
- 8888:80
- 3012:3012
volumes:
- ./vw-data:/data