vps/vw/docker-compose.yaml

14 lines
394 B
YAML
Raw Normal View History

2023-11-22 08:26:10 +01:00
services:
vaultwarden:
image: vaultwarden/server:latest
container_name: vaultwarden
restart: always
environment:
- DOMAIN=https://vw.viyurz.fr # Your domain; vaultwarden needs to know it's https to work properly with attachments
- SIGNUPS_ALLOWED=false
- INVITATIONS_ALLOWED=false
ports:
2023-11-25 17:40:25 +01:00
- "[::1]:8081:80"
2023-11-22 08:26:10 +01:00
volumes:
- /mnt/vwdata:/data