Add Traefik router configuration for secure web access to authentik proxy
This commit is contained in:
parent
509b85430c
commit
0e87f7311c
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue