Add Traefik service configuration for Authelia load balancer
This commit is contained in:
@@ -137,6 +137,7 @@ services:
|
|||||||
- traefik.http.routers.authelia.entrypoints=websecure
|
- traefik.http.routers.authelia.entrypoints=websecure
|
||||||
- traefik.http.routers.authelia.tls.certresolver=le
|
- traefik.http.routers.authelia.tls.certresolver=le
|
||||||
- traefik.http.routers.authelia.middlewares=security-headers
|
- traefik.http.routers.authelia.middlewares=security-headers
|
||||||
|
- traefik.http.services.authelia.loadbalancer.server.port=9091
|
||||||
|
|
||||||
# ForwardAuth middleware for protecting other services
|
# ForwardAuth middleware for protecting other services
|
||||||
- traefik.http.middlewares.authelia.forwardauth.address=http://authelia:9091/api/authz/forward-auth
|
- traefik.http.middlewares.authelia.forwardauth.address=http://authelia:9091/api/authz/forward-auth
|
||||||
|
|||||||
Reference in New Issue
Block a user