Add docker-compose.yml

This commit is contained in:
hotstovejer 2024-09-24 18:21:23 -05:00
commit 6a8086a4bb

14
docker-compose.yml Normal file
View File

@ -0,0 +1,14 @@
services:
# Vaultwarden Password Manager
vaultwarden:
image: vaultwarden/server:latest
container_name: vaultwarden
security_opt:
- no-new-privileges:true
restart: unless-stopped
# profiles: ["core", "all"]
environment:
# This is required to allow vaultwarden to verify the TLS certificate!
- DOMAIN=https://bw.migonis.tech
volumes:
- /data:/data