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