Add Traefik router configuration for secure web access to authentik proxy

This commit is contained in:
Philip Henning 2025-08-28 23:17:42 +02:00
parent 509b85430c
commit 0e87f7311c

View file

@ -23,6 +23,7 @@ services:
- "traefik.docker.network=dokploy-network"
- "traefik.http.services.sso-proxy-outpost.loadbalancer.server.port=42080" # set port the container listenes to
- "traefik.http.services.sso-proxy-outpost.loadbalancer.server.scheme=http"
- "traefik.http.routers.sso-proxy-outpost-websecure.tls=false"
networks:
dokploy-network: