Skip to content

Commit

Permalink
Merge pull request #104 from FredHutch/add-replicas-and-stickiness
Browse files Browse the repository at this point in the history
Add replicas and stickiness
  • Loading branch information
tefirman authored May 21, 2024
2 parents 78bffc0 + 9fa7b32 commit 873cb9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ services:
- "traefik.http.routers.shiny-cromwell.entrypoints=web,web-secured"
- "traefik.http.services.shiny-cromwell.loadbalancer.server.port=3838" # it seems you always need to give traefik a port so it 'notices' the service
- "traefik.http.routers.shiny-cromwell.tls=true"
- "traefik.http.services.shiny-cromwell.loadbalancer.sticky.cookie=true"
- "traefik.http.services.shiny-cromwell.loadbalancer.sticky.cookie.name=my_sticky_cookie"


shiny-cromwell-redirect:
Expand Down

0 comments on commit 873cb9d

Please sign in to comment.