Update docker-compose.yml

This commit is contained in:
2025-01-08 13:28:13 +01:00
parent c4db9e7853
commit 6026625858

View File

@@ -48,6 +48,7 @@ services:
- "traefik.enable=true"
- "traefik.http.routers.authelia.entrypoints=websecure"
- "traefik.http.routers.authelia.rule=Host(`accounts.unixyourbrain.org`)"
- "traefik.http.routers.authelia.tls=true"
- "traefik.http.services.authelia.loadbalancer.server.port=9091"
- "traefik.http.services.authelia.loadbalancer.server.scheme=http"
- 'traefik.http.middlewares.authelia.forwardAuth.address=http://127.0.0.1:2004/api/authz/forward-auth'