diff --git a/docker-compose.yml b/docker-compose.yml index 2f55fcf..704f35c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,7 @@ services: labels: - "traefik.enable=true" - "traefik.http.routers.workspace.entrypoints=web" + - "traefik.http.middlewares.auth.forwardauth.address=http://oc-auth:8080/oc/forward" - "traefik.http.routers.workspace.rule=PathPrefix(/workspace)" - "traefik.http.routers.workspace.tls=false" - "traefik.http.routers.workspace.middlewares=auth"