diff --git a/docker-compose.yml b/docker-compose.yml index a1f1879..a30ec7f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,6 +8,7 @@ services: labels: - "traefik.enable=true" - "traefik.http.routers.peer.entrypoints=web" + - "traefik.http.middlewares.auth.forwardauth.address=http://oc-auth:8080/oc/forward" - "traefik.http.routers.workflow.rule=PathPrefix(/peer)" - "traefik.http.routers.peer.tls=false" - "traefik.http.routers.peer.middlewares=auth"