Update docker-compose.yml

This commit is contained in:
2025-01-08 13:21:50 +01:00
parent 9e458c3b32
commit c4db9e7853

View File

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