This commit is contained in:
Michael Grote 2024-11-10 11:07:59 +01:00
parent 8457d576b2
commit 2c8e75c7e7

View file

@ -38,15 +38,15 @@ services:
- ./users_database.yml:/config/users_database.yml
- authelia_data:/data
labels:
traefik.enable: true'
traefik.enable: true
traefik.http.routers.authelia.rule: Host(`auth.mgrote.net`)
traefik.http.services.authelia.loadbalancer.server.port: 80
traefik.http.routers.authelia.tls: true
traefik.http.routers.authelia.tls.certresolver: resolver_letsencrypt
traefik.http.routers.authelia.entrypoints: entry_https
traefik.http.middlewares.authelia.forwardauth.address: http://authelia:9091/api/verify?rd=https://auth.mgrote.net'
traefik.http.middlewares.authelia.forwardauth.trustForwardHeader: true'
traefik.http.middlewares.authelia.forwardauth.authResponseHeaders: Remote-User,Remote-Groups,Remote-Name,Remote-Email'
traefik.http.middlewares.authelia.forwardauth.trustForwardHeader: true
traefik.http.middlewares.authelia.forwardauth.authResponseHeaders: Remote-User,Remote-Groups,Remote-Name,Remote-Email
depends_on:
- authelia-redis
networks: