diff --git a/docker-compose.nodes.yml b/docker-compose.nodes.yml index c8e2f994..cf8a669c 100644 --- a/docker-compose.nodes.yml +++ b/docker-compose.nodes.yml @@ -12,8 +12,7 @@ services: volumes: - geth-goerli:/.goerli command: "--goerli --http --http.api eth,net --http.addr 0.0.0.0 --http.port 8545 --http.vhosts=* --syncmode full --datadir .goerli --verbosity 3" - networks: - - $NET_POKT + geth-rinkeby: image: ethereum/client-go:latest @@ -24,8 +23,6 @@ services: volumes: - geth-rinkeby:/.rinkeby command: "--rinkeby --http --http.api eth,net --http.addr 0.0.0.0 --http.port 8545 --http.vhosts=* --syncmode full --datadir .rinkeby --verbosity 3" - networks: - - $NET_POKT restart: unless-stopped geth-ropsten: @@ -37,8 +34,6 @@ services: volumes: - geth-ropsten:/.ropsten command: "--ropsten --http --http.api eth,net --http.addr 0.0.0.0 --http.port 8545 --http.vhosts=* --syncmode full --datadir .ropsten --verbosity 3" - networks: - - $NET_POKT restart: unless-stopped geth-mainnet: @@ -50,8 +45,6 @@ services: volumes: - geth-mainnet:/.mainnet command: "--http --http.api eth,net --http.addr 0.0.0.0 --http.port 8545 --http.vhosts=* --syncmode full --datadir .mainnet --verbosity 3" - networks: - - $NET_POKT restart: unless-stopped erigon-trace: @@ -62,8 +55,6 @@ services: volumes: - erigon-trace:/home/erigon/.local/share/erigon command: erigon --chain mainnet --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --private.api.addr=0.0.0.0:9090 --pprof --pprof.addr=0.0.0.0 --pprof.port=6061 - networks: - - $NET_POKT restart: unless-stopped rpcdaemon: @@ -77,8 +68,6 @@ services: restart: unless-stopped depends_on: - "erigon-trace" - networks: - - $NET_POKT avalanche: image: avaplatform/avalanchego @@ -89,8 +78,6 @@ services: volumes: - avalanche:/root/.avalanche command: "/avalanchego/build/avalanchego --http-host=" - networks: - - $NET_POKT restart: unless-stopped