added geth mainnet node

This commit is contained in:
cventastic
2021-12-12 16:24:24 +01:00
parent 959f7c7962
commit 23db5d7128

View File

@@ -2,29 +2,29 @@ version: '3.1'
services:
#geth-rinkeby:
# image: ethereum/client-go:v1.9.13
# expose:
# - "8545"
# - "8546"
# - "30303"
# volumes:
# - geth-rinkeby:/.rinkeby
# command: "--rinkeby --rpc --rpcapi eth,net --rpcaddr 0.0.0.0 --rpcport 8545 --rpcvhosts=* --syncmode fast --datadir .rinkeby --verbosity 3"
# networks:
# - pocket
# geth-rinkeby:
# image: ethereum/client-go:latest
# expose:
# - "8545"
# - "8546"
# - "30303"
# volumes:
# - geth-rinkeby:/.rinkeby
# command: "--rinkeby --rpc --rpcapi eth,net --rpcaddr 0.0.0.0 --rpcport 8545 --rpcvhosts=* --syncmode fast --datadir .rinkeby --verbosity 3"
# 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: