added ropsten
This commit is contained in:
@@ -26,6 +26,18 @@ services:
|
||||
networks:
|
||||
- pocket
|
||||
|
||||
geth-ropsten:
|
||||
image: ethereum/client-go:latest
|
||||
expose:
|
||||
- "8545"
|
||||
- "8546"
|
||||
- "30303"
|
||||
volumes:
|
||||
- geth-ropsten:/.ropsten
|
||||
command: "--ropsten --http --http.api eth,net --http.addr 0.0.0.0 --http.port 8545 --http.vhosts=* --syncmode full --datadir .rinkeby --verbosity 3"
|
||||
networks:
|
||||
- pocket
|
||||
|
||||
geth-mainnet:
|
||||
image: ethereum/client-go:latest
|
||||
expose:
|
||||
@@ -59,10 +71,10 @@ services:
|
||||
volumes:
|
||||
geth-goerli:
|
||||
geth-rinkeby:
|
||||
geth-ropsten:
|
||||
geth-mainnet:
|
||||
pocket-data:
|
||||
|
||||
|
||||
networks:
|
||||
pocket:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user