added networks section to compose.yaml and commented out authentik protection for now

This commit is contained in:
nathan 2026-04-28 17:36:59 -04:00
parent c7334bfd40
commit f7836136ad

View File

@ -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