remove more networks

This commit is contained in:
cventastic
2021-12-27 11:13:17 +01:00
parent 04eb472dd1
commit 417474454d

View File

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