From 23db5d7128b4f6b440ef7d95fe279b55a53eb9b7 Mon Sep 17 00:00:00 2001 From: cventastic Date: Sun, 12 Dec 2021 16:24:24 +0100 Subject: [PATCH] added geth mainnet node --- docker-compose.yml | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c28c852b..eca2694f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: