This commit is contained in:
mr 2024-10-30 17:08:22 +01:00
parent f1f95cd48a
commit a6dd185c5b

View File

@ -11,10 +11,13 @@ services:
- 8088:8080 - 8088:8080
container_name: oc-workflow container_name: oc-workflow
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.workflow.forwardauth.address=http://oc-auth:8080/oc/forward" - "traefik.http.routers.workflow.entrypoints=web"
- "traefik.http.middlewares.workflow.forwardauth.authResponseHeaders=X-Forwarded-User" - "traefik.http.routers.workflow.rule=Host(`localhost`)"
- "traefik.http.services.workflow.loadbalancer.server.port=8080" - "traefik.routers.workflow.rule=Path(/workflow)"
- "traefik.http.routers.workflow.tls=false"
- "traefik.http.services.workflow.loadbalancer.server.port=80"
- "traefik.http.routers.workflow.middlewares=auth"
networks: networks:
- catalog - catalog