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