You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
460 B

version: "3"
services:
vaultwarden:
image: vaultwarden/server:latest
restart: unless-stopped
container_name: vwarden
environment:
WEBSOCKET_ENABLED: "true" # Enable WebSocket notifications.
DOMAIN: ""
SMTP_HOST: ""
SMTP_FROM: ""
SMTP_PORT: ""
SMTP_SECURITY: ""
SMTP_USERNAME: ""
SMTP_PASSWORD: ""
SIGNUPS_ALLOWED: "false"
volumes:
- ./vw_data:/data
ports:
- 17881:80