From f7836136ad117373084d33ba35dd9fa005139320 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 28 Apr 2026 17:36:59 -0400 Subject: [PATCH] added networks section to compose.yaml and commented out authentik protection for now --- nodes/heimdall/5etools/compose.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodes/heimdall/5etools/compose.yaml b/nodes/heimdall/5etools/compose.yaml index e2c7bfc..996723c 100644 --- a/nodes/heimdall/5etools/compose.yaml +++ b/nodes/heimdall/5etools/compose.yaml @@ -25,3 +25,7 @@ services: - "traefik.http.services.5etools.loadbalancer.server.port=80" # Optional: Add Authentik protection for the family # - "traefik.http.routers.5etools.middlewares=authentik-auth@file" + +networks: + proxy-net: + external: true \ No newline at end of file