From 0bc47b65c1eb9c29868a894034bdfffb2e20e644 Mon Sep 17 00:00:00 2001 From: Mohmmed Elfateh Sabry <59346303+elfateh4@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:34:05 +0300 Subject: [PATCH] Add Traefik service configuration for Authelia load balancer --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index a0baee5..ae79b99 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -137,6 +137,7 @@ services: - traefik.http.routers.authelia.entrypoints=websecure - traefik.http.routers.authelia.tls.certresolver=le - traefik.http.routers.authelia.middlewares=security-headers + - traefik.http.services.authelia.loadbalancer.server.port=9091 # ForwardAuth middleware for protecting other services - traefik.http.middlewares.authelia.forwardauth.address=http://authelia:9091/api/authz/forward-auth