# ------------------------------------------------------------------------- # 🚀 Created and distributed by The AltStack # 🌍 https://thealtstack.com # ------------------------------------------------------------------------- version: '3.8' services: vaultwarden: image: vaultwarden/server:latest container_name: vaultwarden restart: unless-stopped ports: - "8080:80" volumes: - vw-data:/data environment: - WEBSOCKET_ENABLED=true - SIGNUPS_ALLOWED=true volumes: vw-data: