Add websockets to vaultwarden

This commit is contained in:
Isaac Shoebottom 2024-10-25 10:59:25 -03:00
parent 86e1b4d579
commit 189a928e10

View File

@ -1,4 +1,3 @@
version: "3.6"
services:
vaultwarden:
image: vaultwarden/server:latest
@ -7,6 +6,7 @@ services:
environment:
DOMAIN: "https://bitwarden.shoebottom.ca" # required when using a reverse proxy; your domain; vaultwarden needs to know it's https to work properly with attachments
SIGNUPS_ALLOWED: "false" # Deactivate this with "false" after you have created your account so that no strangers can register
WEBSOCKETS_ENABLED: "true" # Enable push notifications and login requests
volumes:
- /docker/appdata/bitwarden/vaultwarden:/data # the path before the : can be changed
ports: