mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-10 14:03:46 +00:00
Update docker-compose.yml
This commit is contained in:
parent
6e3b1ba6bf
commit
83a287c717
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ services:
|
||||||
- 8546:8546
|
- 8546:8546
|
||||||
- 6060:6060 # metrics server @ /debug/metrics
|
- 6060:6060 # metrics server @ /debug/metrics
|
||||||
- 6068:6068
|
- 6068:6068
|
||||||
|
- 60601:60601
|
||||||
volumes:
|
volumes:
|
||||||
- geth-data-bootnode:/data
|
- geth-data-bootnode:/data
|
||||||
profiles:
|
profiles:
|
||||||
|
|
@ -54,6 +55,8 @@ services:
|
||||||
networks:
|
networks:
|
||||||
primev_net:
|
primev_net:
|
||||||
ipv4_address: '172.29.0.99'
|
ipv4_address: '172.29.0.99'
|
||||||
|
ports:
|
||||||
|
- 60602:60601
|
||||||
volumes:
|
volumes:
|
||||||
- geth-data-node1:/data
|
- geth-data-node1:/data
|
||||||
profiles:
|
profiles:
|
||||||
|
|
@ -93,6 +96,8 @@ services:
|
||||||
networks:
|
networks:
|
||||||
primev_net:
|
primev_net:
|
||||||
ipv4_address: '172.29.0.100'
|
ipv4_address: '172.29.0.100'
|
||||||
|
ports:
|
||||||
|
- 60603:60601
|
||||||
volumes:
|
volumes:
|
||||||
- geth-data-node2:/data
|
- geth-data-node2:/data
|
||||||
profiles:
|
profiles:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue