Update docker-compose.yml

This commit is contained in:
kant777 2023-12-21 04:35:31 -08:00 committed by GitHub
parent 6e3b1ba6bf
commit 83a287c717
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ services:
- 8546:8546
- 6060:6060 # metrics server @ /debug/metrics
- 6068:6068
- 60601:60601
volumes:
- geth-data-bootnode:/data
profiles:
@ -54,6 +55,8 @@ services:
networks:
primev_net:
ipv4_address: '172.29.0.99'
ports:
- 60602:60601
volumes:
- geth-data-node1:/data
profiles:
@ -93,6 +96,8 @@ services:
networks:
primev_net:
ipv4_address: '172.29.0.100'
ports:
- 60603:60601
volumes:
- geth-data-node2:/data
profiles: