Add a stack to run an Ethereum node #1
@ -26,6 +26,8 @@ services:
|
|||||||
- "8545"
|
- "8545"
|
||||||
- "8546"
|
- "8546"
|
||||||
- "6060"
|
- "6060"
|
||||||
|
- "30303/tcp"
|
||||||
|
- "30303/udp"
|
||||||
|
|
||||||
eth-lighthouse:
|
eth-lighthouse:
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
@ -46,6 +48,8 @@ services:
|
|||||||
- ../config/eth/run-cl.sh:/root/scripts/run-cl.sh
|
- ../config/eth/run-cl.sh:/root/scripts/run-cl.sh
|
||||||
ports:
|
ports:
|
||||||
- "8001"
|
- "8001"
|
||||||
|
- "9000/tcp"
|
||||||
|
- "9000/udp"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
eth_geth_data:
|
eth_geth_data:
|
||||||
|
@ -23,11 +23,15 @@
|
|||||||
network:
|
network:
|
||||||
ports:
|
ports:
|
||||||
eth-geth:
|
eth-geth:
|
||||||
- '8545:8545'
|
- '8545:8545'
|
||||||
- '8546:8546'
|
- '8546:8546'
|
||||||
- '6060:6060'
|
- '6060:6060'
|
||||||
|
- '30303:30303/tcp'
|
||||||
|
- '30303:30303/udp'
|
||||||
eth-lighthouse:
|
eth-lighthouse:
|
||||||
- '8001:8001'
|
- '8001:8001'
|
||||||
|
- '9000:9000/tcp'
|
||||||
|
- '9000:9000/udp'
|
||||||
```
|
```
|
||||||
|
|
||||||
* Create a deployment from the spec file:
|
* Create a deployment from the spec file:
|
||||||
|
Loading…
Reference in New Issue
Block a user