diff --git a/besu.yml b/besu.yml index 2ec976a7..e8a9113a 100644 --- a/besu.yml +++ b/besu.yml @@ -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 diff --git a/erigon.yml b/erigon.yml index fe4e9559..a35b6b51 100644 --- a/erigon.yml +++ b/erigon.yml @@ -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 diff --git a/geth.yml b/geth.yml index a8cbaa13..6bacb00a 100644 --- a/geth.yml +++ b/geth.yml @@ -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 diff --git a/nethermind.yml b/nethermind.yml index dfb64b15..10cb49a4 100644 --- a/nethermind.yml +++ b/nethermind.yml @@ -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 diff --git a/reth.yml b/reth.yml index 2693151b..a934a29c 100644 --- a/reth.yml +++ b/reth.yml @@ -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