added ropsten
This commit is contained in:
@@ -26,6 +26,18 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- pocket
|
- 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:
|
geth-mainnet:
|
||||||
image: ethereum/client-go:latest
|
image: ethereum/client-go:latest
|
||||||
expose:
|
expose:
|
||||||
@@ -59,10 +71,10 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
geth-goerli:
|
geth-goerli:
|
||||||
geth-rinkeby:
|
geth-rinkeby:
|
||||||
|
geth-ropsten:
|
||||||
geth-mainnet:
|
geth-mainnet:
|
||||||
pocket-data:
|
pocket-data:
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
pocket:
|
pocket:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
Reference in New Issue
Block a user