This commit is contained in:
mr 2024-11-04 14:26:50 +01:00
parent a31ee66e5b
commit 013dbd70a8

View File

@ -13,6 +13,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.workflow.entrypoints=web"
- "traefik.http.middlewares.auth.forwardauth.address=http://oc-auth:8080/oc/forward"
- "traefik.http.routers.workflow.rule=PathPrefix(/workflow)"
- "traefik.http.routers.workflow.tls=false"
- "traefik.http.routers.workflow.middlewares=auth"