This commit is contained in:
mr 2024-11-04 14:21:00 +01:00
parent a6dd185c5b
commit a31ee66e5b

View File

@ -13,10 +13,8 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.workflow.entrypoints=web" - "traefik.http.routers.workflow.entrypoints=web"
- "traefik.http.routers.workflow.rule=Host(`localhost`)" - "traefik.http.routers.workflow.rule=PathPrefix(/workflow)"
- "traefik.routers.workflow.rule=Path(/workflow)"
- "traefik.http.routers.workflow.tls=false" - "traefik.http.routers.workflow.tls=false"
- "traefik.http.services.workflow.loadbalancer.server.port=80"
- "traefik.http.routers.workflow.middlewares=auth" - "traefik.http.routers.workflow.middlewares=auth"
networks: networks:
- catalog - catalog