Initial commit - added all docker compose immediately reachable

This commit is contained in:
2026-01-10 18:05:04 +02:00
commit 966d2ae311
12 changed files with 239 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
services:
vaultwarden:
image: vaultwarden/server:latest
container_name: vaultwarden
restart: unless-stopped
environment:
DOMAIN: "https://vw.mycloudhaus.xyz"
volumes:
- ./vw-data/:/data/
ports:
- 127.0.0.1:9000:80
networks:
- proxy-network
networks:
proxy-network:
external: true