removed unnecessary(?) traefik label from authelia

master
meftimes 2023-08-09 20:34:11 -04:00
parent ad98b016a4
commit 204c3689fc
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ services:
- 'traefik.enable=true'
- 'traefik.http.routers.authelia.entrypoints=websecure'
- 'traefik.http.routers.authelia.rule=Host(`authelia.meftimes.com`)'
- 'traefik.http.routers.authelia.tls.certresolver=letsencrypt'
- 'traefik.http.middlewares.authelia.forwardauth.address=http://authelia:9091/api/verify?rd=https://authelia.meftimes.com'
- 'traefik.http.middlewares.authelia.forwardauth.trustForwardHeader=true'
- 'traefik.http.middlewares.authelia.forwardauth.authResponseHeaders=Remote-User,Remote-Groups,Remote-Name,Remote-Email'