added geth mainnet node
This commit is contained in:
@@ -3,7 +3,7 @@ version: '3.1'
|
||||
services:
|
||||
|
||||
# geth-rinkeby:
|
||||
# image: ethereum/client-go:v1.9.13
|
||||
# image: ethereum/client-go:latest
|
||||
# expose:
|
||||
# - "8545"
|
||||
# - "8546"
|
||||
@@ -14,17 +14,17 @@ services:
|
||||
# networks:
|
||||
# - pocket
|
||||
|
||||
#geth-mainnet:
|
||||
# image: ethereum/client-go:v1.9.13
|
||||
# expose:
|
||||
# - "8545"
|
||||
# - "8546"
|
||||
# - "30303"
|
||||
# volumes:
|
||||
# - geth-mainnet:/.mainnet
|
||||
# command: "--rpc --rpcapi eth,net --rpcaddr 0.0.0.0 --rpcport 8545 --rpcvhosts=* --syncmode fast --datadir .mainnet --verbosity 3"
|
||||
# networks:
|
||||
# - pocket
|
||||
geth-mainnet:
|
||||
image: ethereum/client-go:latest
|
||||
expose:
|
||||
- "8545"
|
||||
- "8546"
|
||||
- "30303"
|
||||
volumes:
|
||||
- geth-mainnet:/.mainnet
|
||||
command: "--rpc --rpcapi eth,net --rpcaddr 0.0.0.0 --rpcport 8545 --rpcvhosts=* --syncmode fast --datadir .mainnet --verbosity 3"
|
||||
networks:
|
||||
- pocket
|
||||
|
||||
pocket-fullnode:
|
||||
image: poktnetwork/pocket-core:stagenet-latest
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
- pocket
|
||||
|
||||
volumes:
|
||||
# geth-mainnet:
|
||||
geth-mainnet:
|
||||
# geth-rinkeby:
|
||||
pocket-data:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user