fix
This commit is contained in:
@@ -20,34 +20,35 @@ services:
|
||||
volumes:
|
||||
- polygon-amoy-erigon3-archive-trace:/root/.local/share/erigon
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command: >
|
||||
--chain=amoy
|
||||
--prune.mode=archive
|
||||
--port=10377
|
||||
--p2p.allowed-ports=25377
|
||||
--p2p.allowed-ports=30377
|
||||
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060
|
||||
--private.api.addr=0.0.0.0:9090
|
||||
--nat=extip:${IP}
|
||||
--pprof
|
||||
--pprof.addr=0.0.0.0
|
||||
--pprof.port=6061
|
||||
--http.addr=0.0.0.0
|
||||
--http.vhosts=*
|
||||
--http.corsdomain=*
|
||||
--http.api=eth,erigon,web3,net,debug,trace,txpool
|
||||
--rpc.returndata.limit=1100000
|
||||
--rpc.gascap=5000000000
|
||||
--ws.port=8545
|
||||
--ws
|
||||
--torrent.upload.rate="1250mb"
|
||||
--torrent.download.rate="1250mb"
|
||||
--torrent.port=20377
|
||||
--bor.heimdall=${POLYGON_HEIMDALL_REST:-None}
|
||||
command:
|
||||
- --chain=amoy
|
||||
- --prune.mode=archive
|
||||
- --port=10377
|
||||
- --p2p.allowed-ports=25377
|
||||
- --p2p.allowed-ports=30377
|
||||
- --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
|
||||
- --private.api.addr=0.0.0.0:9090
|
||||
- --nat=extip:${IP}
|
||||
- --pprof
|
||||
- --pprof.addr=0.0.0.0
|
||||
- --pprof.port=6061
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.vhosts=*
|
||||
- --http.corsdomain=*
|
||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --rpc.gascap=5000000000
|
||||
- --ws.port=8545
|
||||
- --ws
|
||||
- --torrent.upload.rate="1250mb"
|
||||
- --torrent.download.rate="1250mb"
|
||||
- --torrent.port=20377
|
||||
- --bor.heimdall=${POLYGON_HEIMDALL_REST:-None}
|
||||
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -20,34 +20,35 @@ services:
|
||||
volumes:
|
||||
- polygon-amoy-erigon3-minimal-trace:/root/.local/share/erigon
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command: >
|
||||
--chain=amoy
|
||||
--prune.mode=minimal
|
||||
--port=10307
|
||||
--p2p.allowed-ports=25307
|
||||
--p2p.allowed-ports=30307
|
||||
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060
|
||||
--private.api.addr=0.0.0.0:9090
|
||||
--nat=extip:${IP}
|
||||
--pprof
|
||||
--pprof.addr=0.0.0.0
|
||||
--pprof.port=6061
|
||||
--http.addr=0.0.0.0
|
||||
--http.vhosts=*
|
||||
--http.corsdomain=*
|
||||
--http.api=eth,erigon,web3,net,debug,trace,txpool
|
||||
--rpc.returndata.limit=1100000
|
||||
--rpc.gascap=5000000000
|
||||
--ws.port=8545
|
||||
--ws
|
||||
--torrent.upload.rate="1250mb"
|
||||
--torrent.download.rate="1250mb"
|
||||
--torrent.port=20307
|
||||
--bor.heimdall=${POLYGON_HEIMDALL_REST:-None}
|
||||
command:
|
||||
- --chain=amoy
|
||||
- --prune.mode=minimal
|
||||
- --port=10307
|
||||
- --p2p.allowed-ports=25307
|
||||
- --p2p.allowed-ports=30307
|
||||
- --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
|
||||
- --private.api.addr=0.0.0.0:9090
|
||||
- --nat=extip:${IP}
|
||||
- --pprof
|
||||
- --pprof.addr=0.0.0.0
|
||||
- --pprof.port=6061
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.vhosts=*
|
||||
- --http.corsdomain=*
|
||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --rpc.gascap=5000000000
|
||||
- --ws.port=8545
|
||||
- --ws
|
||||
- --torrent.upload.rate="1250mb"
|
||||
- --torrent.download.rate="1250mb"
|
||||
- --torrent.port=20307
|
||||
- --bor.heimdall=${POLYGON_HEIMDALL_REST:-None}
|
||||
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -20,34 +20,35 @@ services:
|
||||
volumes:
|
||||
- polygon-amoy-erigon3-pruned-trace:/root/.local/share/erigon
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command: >
|
||||
--chain=amoy
|
||||
--prune.mode=full
|
||||
--port=10583
|
||||
--p2p.allowed-ports=25583
|
||||
--p2p.allowed-ports=30583
|
||||
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060
|
||||
--private.api.addr=0.0.0.0:9090
|
||||
--nat=extip:${IP}
|
||||
--pprof
|
||||
--pprof.addr=0.0.0.0
|
||||
--pprof.port=6061
|
||||
--http.addr=0.0.0.0
|
||||
--http.vhosts=*
|
||||
--http.corsdomain=*
|
||||
--http.api=eth,erigon,web3,net,debug,trace,txpool
|
||||
--rpc.returndata.limit=1100000
|
||||
--rpc.gascap=5000000000
|
||||
--ws.port=8545
|
||||
--ws
|
||||
--torrent.upload.rate="1250mb"
|
||||
--torrent.download.rate="1250mb"
|
||||
--torrent.port=20583
|
||||
--bor.heimdall=${POLYGON_HEIMDALL_REST:-None}
|
||||
command:
|
||||
- --chain=amoy
|
||||
- --prune.mode=full
|
||||
- --port=10583
|
||||
- --p2p.allowed-ports=25583
|
||||
- --p2p.allowed-ports=30583
|
||||
- --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
|
||||
- --private.api.addr=0.0.0.0:9090
|
||||
- --nat=extip:${IP}
|
||||
- --pprof
|
||||
- --pprof.addr=0.0.0.0
|
||||
- --pprof.port=6061
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.vhosts=*
|
||||
- --http.corsdomain=*
|
||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --rpc.gascap=5000000000
|
||||
- --ws.port=8545
|
||||
- --ws
|
||||
- --torrent.upload.rate="1250mb"
|
||||
- --torrent.download.rate="1250mb"
|
||||
- --torrent.port=20583
|
||||
- --bor.heimdall=${POLYGON_HEIMDALL_REST:-None}
|
||||
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -20,34 +20,35 @@ services:
|
||||
volumes:
|
||||
- polygon-mainnet-erigon3-archive-trace:/root/.local/share/erigon
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command: >
|
||||
--chain=bor-mainnet
|
||||
--prune.mode=archive
|
||||
--port=10400
|
||||
--p2p.allowed-ports=25400
|
||||
--p2p.allowed-ports=30400
|
||||
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060
|
||||
--private.api.addr=0.0.0.0:9090
|
||||
--nat=extip:${IP}
|
||||
--pprof
|
||||
--pprof.addr=0.0.0.0
|
||||
--pprof.port=6061
|
||||
--http.addr=0.0.0.0
|
||||
--http.vhosts=*
|
||||
--http.corsdomain=*
|
||||
--http.api=eth,erigon,web3,net,debug,trace,txpool
|
||||
--rpc.returndata.limit=1100000
|
||||
--rpc.gascap=5000000000
|
||||
--ws.port=8545
|
||||
--ws
|
||||
--torrent.upload.rate="1250mb"
|
||||
--torrent.download.rate="1250mb"
|
||||
--torrent.port=20400
|
||||
--bor.heimdall=${POLYGON_HEIMDALL_REST:-None}
|
||||
command:
|
||||
- --chain=bor-mainnet
|
||||
- --prune.mode=archive
|
||||
- --port=10400
|
||||
- --p2p.allowed-ports=25400
|
||||
- --p2p.allowed-ports=30400
|
||||
- --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
|
||||
- --private.api.addr=0.0.0.0:9090
|
||||
- --nat=extip:${IP}
|
||||
- --pprof
|
||||
- --pprof.addr=0.0.0.0
|
||||
- --pprof.port=6061
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.vhosts=*
|
||||
- --http.corsdomain=*
|
||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --rpc.gascap=5000000000
|
||||
- --ws.port=8545
|
||||
- --ws
|
||||
- --torrent.upload.rate="1250mb"
|
||||
- --torrent.download.rate="1250mb"
|
||||
- --torrent.port=20400
|
||||
- --bor.heimdall=${POLYGON_HEIMDALL_REST:-None}
|
||||
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -20,34 +20,35 @@ services:
|
||||
volumes:
|
||||
- polygon-mainnet-erigon3-minimal-trace:/root/.local/share/erigon
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command: >
|
||||
--chain=bor-mainnet
|
||||
--prune.mode=minimal
|
||||
--port=10036
|
||||
--p2p.allowed-ports=25036
|
||||
--p2p.allowed-ports=30036
|
||||
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060
|
||||
--private.api.addr=0.0.0.0:9090
|
||||
--nat=extip:${IP}
|
||||
--pprof
|
||||
--pprof.addr=0.0.0.0
|
||||
--pprof.port=6061
|
||||
--http.addr=0.0.0.0
|
||||
--http.vhosts=*
|
||||
--http.corsdomain=*
|
||||
--http.api=eth,erigon,web3,net,debug,trace,txpool
|
||||
--rpc.returndata.limit=1100000
|
||||
--rpc.gascap=5000000000
|
||||
--ws.port=8545
|
||||
--ws
|
||||
--torrent.upload.rate="1250mb"
|
||||
--torrent.download.rate="1250mb"
|
||||
--torrent.port=20036
|
||||
--bor.heimdall=${POLYGON_HEIMDALL_REST:-None}
|
||||
command:
|
||||
- --chain=bor-mainnet
|
||||
- --prune.mode=minimal
|
||||
- --port=10036
|
||||
- --p2p.allowed-ports=25036
|
||||
- --p2p.allowed-ports=30036
|
||||
- --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
|
||||
- --private.api.addr=0.0.0.0:9090
|
||||
- --nat=extip:${IP}
|
||||
- --pprof
|
||||
- --pprof.addr=0.0.0.0
|
||||
- --pprof.port=6061
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.vhosts=*
|
||||
- --http.corsdomain=*
|
||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --rpc.gascap=5000000000
|
||||
- --ws.port=8545
|
||||
- --ws
|
||||
- --torrent.upload.rate="1250mb"
|
||||
- --torrent.download.rate="1250mb"
|
||||
- --torrent.port=20036
|
||||
- --bor.heimdall=${POLYGON_HEIMDALL_REST:-None}
|
||||
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -20,34 +20,35 @@ services:
|
||||
volumes:
|
||||
- polygon-mainnet-erigon3-pruned-trace:/root/.local/share/erigon
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command: >
|
||||
--chain=bor-mainnet
|
||||
--prune.mode=full
|
||||
--port=10320
|
||||
--p2p.allowed-ports=25320
|
||||
--p2p.allowed-ports=30320
|
||||
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060
|
||||
--private.api.addr=0.0.0.0:9090
|
||||
--nat=extip:${IP}
|
||||
--pprof
|
||||
--pprof.addr=0.0.0.0
|
||||
--pprof.port=6061
|
||||
--http.addr=0.0.0.0
|
||||
--http.vhosts=*
|
||||
--http.corsdomain=*
|
||||
--http.api=eth,erigon,web3,net,debug,trace,txpool
|
||||
--rpc.returndata.limit=1100000
|
||||
--rpc.gascap=5000000000
|
||||
--ws.port=8545
|
||||
--ws
|
||||
--torrent.upload.rate="1250mb"
|
||||
--torrent.download.rate="1250mb"
|
||||
--torrent.port=20320
|
||||
--bor.heimdall=${POLYGON_HEIMDALL_REST:-None}
|
||||
command:
|
||||
- --chain=bor-mainnet
|
||||
- --prune.mode=full
|
||||
- --port=10320
|
||||
- --p2p.allowed-ports=25320
|
||||
- --p2p.allowed-ports=30320
|
||||
- --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
|
||||
- --private.api.addr=0.0.0.0:9090
|
||||
- --nat=extip:${IP}
|
||||
- --pprof
|
||||
- --pprof.addr=0.0.0.0
|
||||
- --pprof.port=6061
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.vhosts=*
|
||||
- --http.corsdomain=*
|
||||
- --http.api=eth,erigon,web3,net,debug,trace,txpool
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --rpc.gascap=5000000000
|
||||
- --ws.port=8545
|
||||
- --ws
|
||||
- --torrent.upload.rate="1250mb"
|
||||
- --torrent.download.rate="1250mb"
|
||||
- --torrent.port=20320
|
||||
- --bor.heimdall=${POLYGON_HEIMDALL_REST:-None}
|
||||
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user