Skip to content

Commit

Permalink
Merge pull request eth-educators#260 from yorickdowne/main
Browse files Browse the repository at this point in the history
Fixed ec-traefik.yml
  • Loading branch information
yorickdowne authored Jun 15, 2021
2 parents 5830111 + 291cf61 commit f601fd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ If we've helped you out, in-person or by creating this project, a tip will be ve

# Version

This is eth-docker v1.3.3
This is eth-docker v1.3.3.1
10 changes: 5 additions & 5 deletions ec-traefik.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# To be used in conjunction with erigon.yml, nm.yml, besu.yml or geth.yml
version: "3.4"
services:
ec:
execution:
labels:
- traefik.enable=true
- traefik.http.routers.ec.service=ec
- traefik.http.routers.ec.entrypoints=websecure
- traefik.http.routers.ec.rule=Host(`${ETH1_HOST}${EC_HOST}.${DOMAIN}`)
- traefik.http.services.ec.loadbalancer.server.port=${ETH1_RPC_PORT}${EC_RPC_PORT}
- traefik.http.routers.ec.rule=Host(`${EC_HOST}.${DOMAIN}`)
- traefik.http.services.ec.loadbalancer.server.port=${EC_RPC_PORT}
- traefik.http.routers.ecws.service=ecws
- traefik.http.routers.ecws.entrypoints=websecure
- traefik.http.routers.ecws.rule=Host(`${ETH1_WS_HOST}${EC_WS_HOST}.${DOMAIN}`)
- traefik.http.services.eth1ws.loadbalancer.server.port=${ETH1_WS_PORT}${EC_WS_PORT}
- traefik.http.routers.ecws.rule=Host(`${EC_WS_HOST}.${DOMAIN}`)
- traefik.http.services.eth1ws.loadbalancer.server.port=${EC_WS_PORT}
depends_on:
- traefik

Expand Down

0 comments on commit f601fd2

Please sign in to comment.