Skip to content

Commit

Permalink
fix: update backend names and add stickyness
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-napoleone committed May 22, 2019
1 parent e782c00 commit 54ca15f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions networks/mainnet/rpc/docker-compose.yml
Expand Up @@ -21,14 +21,15 @@ services:
- 30303:30303/tcp
- 30303:30303/udp
labels:
- traefik.rpc.backend=node
- traefik.rpc.backend=rpc
- traefik.rpc.frontend.rule=Host:rpc.tomochain.com
- traefik.rpc.docker.network=masternode
- traefik.rpc.port=8545
- traefik.ws.backend=node
- traefik.ws.backend=websocket
- traefik.ws.frontend.rule=Host:ws.tomochain.com
- traefik.ws.docker.network=masternode
- traefik.ws.port=8546
- traefik.ws.loadbalancer.stickiness=true
restart: always

proxy:
Expand Down

0 comments on commit 54ca15f

Please sign in to comment.