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: 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: