Add a stack to run an Ethereum node #1
@ -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:
|
||||
|
@ -26,8 +26,12 @@
|
||||
- '8545:8545'
|
||||
- '8546:8546'
|
||||
- '6060:6060'
|
||||
- '30303:30303/tcp'
|
||||
- '30303:30303/udp'
|
||||
eth-lighthouse:
|
||||
- '8001:8001'
|
||||
- '9000:9000/tcp'
|
||||
- '9000:9000/udp'
|
||||
```
|
||||
|
||||
* Create a deployment from the spec file:
|
||||
|
Loading…
Reference in New Issue
Block a user