repo migration

This commit is contained in:
2026-04-30 13:49:13 +02:00
parent 805f51c241
commit d0b6799032

19
docker-compose.yaml Normal file
View File

@@ -0,0 +1,19 @@
services:
vaultwarden:
image: vaultwarden/server:latest
container_name: vaultwarden
restart: always
networks:
- homelab
#ports:
# - 8000:80
healthcheck:
disable: false
environment:
- SIGNUPS_ALLOWED=true # Set to false after you create your account
volumes:
- ./vw-data:/data
networks:
homelab:
external: true