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:
- "traefik.enable=true"
- "traefik.http.routers.workflow.entrypoints=web"
- "traefik.http.routers.workflow.rule=Host(`localhost`)"
- "traefik.routers.workflow.rule=Path(/workflow)"
- "traefik.http.routers.workflow.rule=PathPrefix(/workflow)"
- "traefik.http.routers.workflow.tls=false"
- "traefik.http.services.workflow.loadbalancer.server.port=80"
- "traefik.http.routers.workflow.middlewares=auth"
networks:
- catalog