Skip to content

Commit

Permalink
fix broken dynamic-scheduler (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHK authored Dec 23, 2024
1 parent 382f7cf commit 06ad639
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/simcore/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -887,12 +887,12 @@ services:
- traefik.enable=true
- traefik.docker.network=${PUBLIC_NETWORK}
- traefik.http.services.${PREFIX_STACK_NAME}_dynamic_scheduler.loadbalancer.server.port=8000
- traefik.http.services.${PREFIX_STACK_NAME}_dynamic_scheduler.loadbalancer.sticky.cookie=true
- traefik.http.services.${PREFIX_STACK_NAME}_dynamic_scheduler.loadbalancer.sticky.cookie.name=sticky_session
- traefik.http.routers.${PREFIX_STACK_NAME}_dynamic_scheduler.rule=Host(`${MONITORING_DOMAIN}`) && PathPrefix(`/dynamic-scheduler`)
- traefik.http.routers.${PREFIX_STACK_NAME}_dynamic_scheduler.entrypoints=https
- traefik.http.routers.${PREFIX_STACK_NAME}_dynamic_scheduler.tls=true
- traefik.http.middlewares.${PREFIX_STACK_NAME}_dynamic_scheduler_replace_regex.replacepathregex.regex=^/dynamic-scheduler/(.*)$$
- traefik.http.middlewares.${PREFIX_STACK_NAME}_dynamic_scheduler_replace_regex.replacepathregex.replacement=/$${1}
- traefik.http.routers.${PREFIX_STACK_NAME}_dynamic_scheduler.middlewares=${PREFIX_STACK_NAME}_dynamic_scheduler_replace_regex@swarm, ops_gzip@swarm, ops_auth@swarm
- traefik.http.routers.${PREFIX_STACK_NAME}_dynamic_scheduler.middlewares=ops_gzip@swarm, ops_auth@swarm

volumes:
rabbit_data:
Expand Down

0 comments on commit 06ad639

Please sign in to comment.