This commit is contained in:
2025-03-21 12:50:19 -05:00
parent 688e2c00f1
commit 1092d8956d
2 changed files with 5 additions and 5 deletions
+4 -5
View File
@@ -19,15 +19,14 @@ services:
traefik.http.routers.authelia.entrypoints: 'https'
traefik.http.routers.authelia.tls: 'true'
traefik.http.routers.authelia.tls.certresolver: 'letsencrypt'
traefik.http.middlewares.authelia.forwardauth.address: 'http://authelia:9091/api/authz/forward-auth' # yamllint disable-line rule:line-length
traefik.http.middlewares.authelia.forwardauth.address: 'http://authelia:9091/api/authz/forward-auth'
traefik.http.middlewares.authelia.forwardauth.trustForwardHeader: 'true'
traefik.http.middlewares.authelia.forwardauth.authResponseHeaders: 'Remote-User,Remote-Groups,Remote-Name,Remote-Email' # yamllint disable-line rule:line-length
traefik.http.middlewares.authelia.forwardauth.authResponseHeaders: 'Remote-User,Remote-Groups,Remote-Name,Remote-Email'
restart: 'unless-stopped'
healthcheck:
## In production the healthcheck section should be commented.
disable: true
environment:
TZ: 'American/Chicago'
TZ: ${TZ}
redis:
image: 'redis:alpine'
@@ -39,7 +38,7 @@ services:
- bridge
restart: 'unless-stopped'
environment:
TZ: 'America/Chicago'
TZ: ${TZ}
traefik:
image: 'traefik:v3.3.4'