workflow
This commit is contained in:
parent
a6dd185c5b
commit
a31ee66e5b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user