scheduler
This commit is contained in:
parent
d7a793e991
commit
042f0238e0
@ -8,10 +8,8 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.scheduler.entrypoints=web"
|
- "traefik.http.routers.scheduler.entrypoints=web"
|
||||||
- "traefik.http.routers.scheduler.rule=Host(`localhost`)"
|
- "traefik.http.routers.workflow.rule=PathPrefix(/scheduler)"
|
||||||
- "traefik.routers.scheduler.rule=Path(/scheduler)"
|
|
||||||
- "traefik.http.routers.scheduler.tls=false"
|
- "traefik.http.routers.scheduler.tls=false"
|
||||||
- "traefik.http.services.scheduler.loadbalancer.server.port=80"
|
|
||||||
- "traefik.http.routers.scheduler.middlewares=auth"
|
- "traefik.http.routers.scheduler.middlewares=auth"
|
||||||
ports:
|
ports:
|
||||||
- 8090:8080
|
- 8090:8080
|
||||||
|
Loading…
Reference in New Issue
Block a user