diff --git a/stack-orchestrator/compose/docker-compose-eth.yml b/stack-orchestrator/compose/docker-compose-eth.yml index 8fc8ead..f4744fa 100644 --- a/stack-orchestrator/compose/docker-compose-eth.yml +++ b/stack-orchestrator/compose/docker-compose-eth.yml @@ -26,6 +26,8 @@ services: - "8545" - "8546" - "6060" + - "30303/tcp" + - "30303/udp" eth-lighthouse: restart: on-failure @@ -46,6 +48,8 @@ services: - ../config/eth/run-cl.sh:/root/scripts/run-cl.sh ports: - "8001" + - "9000/tcp" + - "9000/udp" volumes: eth_geth_data: diff --git a/stack-orchestrator/stacks/eth/README.md b/stack-orchestrator/stacks/eth/README.md index f8e3352..874308f 100644 --- a/stack-orchestrator/stacks/eth/README.md +++ b/stack-orchestrator/stacks/eth/README.md @@ -23,11 +23,15 @@ network: ports: eth-geth: - - '8545:8545' - - '8546:8546' - - '6060:6060' + - '8545:8545' + - '8546:8546' + - '6060:6060' + - '30303:30303/tcp' + - '30303:30303/udp' eth-lighthouse: - - '8001:8001' + - '8001:8001' + - '9000:9000/tcp' + - '9000:9000/udp' ``` * Create a deployment from the spec file: