Skip to content

Commit

Permalink
Make it easier to run multiple traefik-connected RPC (#1614)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Nov 8, 2023
1 parent b615965 commit 6de7ea1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions besu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ services:
default:
aliases:
- eth1
- ${NETWORK}-execution # This allows multiple Eth Docker stacks all connected to the same central traefik
<<: *logging
entrypoint:
- docker-entrypoint.sh
Expand Down
1 change: 1 addition & 0 deletions erigon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ services:
default:
aliases:
- eth1
- ${NETWORK}-execution # This allows multiple Eth Docker stacks all connected to the same central traefik
<<: *logging
entrypoint:
- docker-entrypoint.sh
Expand Down
1 change: 1 addition & 0 deletions geth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ services:
default:
aliases:
- eth1
- ${NETWORK}-execution # This allows multiple Eth Docker stacks all connected to the same central traefik
<<: *logging
entrypoint:
- docker-entrypoint.sh
Expand Down
1 change: 1 addition & 0 deletions nethermind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ services:
default:
aliases:
- eth1
- ${NETWORK}-execution # This allows multiple Eth Docker stacks all connected to the same central traefik
<<: *logging
entrypoint:
- docker-entrypoint.sh
Expand Down
1 change: 1 addition & 0 deletions reth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ services:
default:
aliases:
- eth1
- ${NETWORK}-execution # This allows multiple Eth Docker stacks all connected to the same central traefik
<<: *logging
entrypoint:
- docker-entrypoint.sh
Expand Down

0 comments on commit 6de7ea1

Please sign in to comment.