From 82e4e9d8bcc24db6ce1684ab869946fbf3dc4444 Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Thu, 4 Jun 2026 03:21:36 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index bdacd6d..fc88e4f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,6 +3,8 @@ services: image: vaultwarden/server:latest container_name: vaultwarden restart: unless-stopped + networks: + - hydra-local environment: DOMAIN: "https://vault.doeringer.eu" LOGIN_RATELIMIT_MAX_BURST: 10 @@ -25,4 +27,9 @@ services: volumes: - /opt/90_Security/vw-data/:/data/ ports: - - 127.0.0.1:8000:80 \ No newline at end of file + - 127.0.0.1:8000:80 + + +networks: + hydra-local: + external: true \ No newline at end of file