commit 9c59d7dc4650414b97bb4c98adbfad66d2d6b1d0 Author: maxscout Date: Wed Oct 22 21:43:49 2025 -0400 default config for vaultwarden diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..181f1b4 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,11 @@ +services: + vaultwarden: + image: vaultwarden/server:latest + container_name: vaultwarden + restart: unless-stopped + environment: + DOMAIN: "https://vw.domain.tld" + volumes: + - ./vw-data/:/data/ + ports: + - 127.0.0.1:8000:80 \ No newline at end of file