Update compose.yaml

This commit is contained in:
2026-06-04 03:21:36 +02:00
parent bbbf912279
commit 82e4e9d8bc
+7
View File
@@ -3,6 +3,8 @@ services:
image: vaultwarden/server:latest image: vaultwarden/server:latest
container_name: vaultwarden container_name: vaultwarden
restart: unless-stopped restart: unless-stopped
networks:
- hydra-local
environment: environment:
DOMAIN: "https://vault.doeringer.eu" DOMAIN: "https://vault.doeringer.eu"
LOGIN_RATELIMIT_MAX_BURST: 10 LOGIN_RATELIMIT_MAX_BURST: 10
@@ -26,3 +28,8 @@ services:
- /opt/90_Security/vw-data/:/data/ - /opt/90_Security/vw-data/:/data/
ports: ports:
- 127.0.0.1:8000:80 - 127.0.0.1:8000:80
networks:
hydra-local:
external: true