This commit is contained in:
Sebastian
2025-01-04 02:41:21 +01:00
parent 4a07c61cfa
commit 9dd87cc73c

View File

@@ -22,7 +22,7 @@ services:
- "58967:58967"
- "58967:58967/udp"
restart: unless-stopped
command: --chain=bor-mainnet --nat=stun --bor.heimdall=https://polygon-heimdall-rest.publicnode.com --http --http.addr=0.0.0.0 --http.port=8545 --http.compression --http.vhosts='*' --http.corsdomain='*' --http.api=eth,debug,net,trace,web3,erigon,bor --ws --ws.port=8545 --ws.compression --rpc.gascap=300000000 --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --bodies.cache=5G --rpc.batch.limit=200000 --db.pagesize=16k --batchSize=2048MB --port=6625 --p2p.protocol=66 --p2p.protocol 67 --p2p.protocol 68 --p2p.allowed-ports 13809 --p2p.allowed-ports 57814 --p2p.allowed-ports 37521 --datadir=/datadir --ethash.dagdir=/datadir/ethash --rpc.returndata.limit=1100000 --db.size.limit=12t --snapshots=true --torrent.port 58967 --torrent.download.rate 1000mb --torrent.upload.rate 10mb
command: --chain=bor-mainnet --nat=stun --bor.heimdall=https://polygon-heimdall-rest.publicnode.com --http --http.addr=0.0.0.0 --http.port=8545 --http.compression --http.vhosts='*' --http.corsdomain='*' --http.api=eth,debug,net,trace,web3,erigon,bor --ws --ws.port=8545 --ws.compression --rpc.gascap=300000000 --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --bodies.cache=5G --rpc.batch.limit=200000 --db.pagesize=16k --batchSize=2048MB --port=6625 --p2p.protocol=66 --p2p.protocol 67 --p2p.protocol 68 --p2p.allowed-ports 13809 --p2p.allowed-ports 57814 --p2p.allowed-ports 37521 --datadir=/datadir --ethash.dagdir=/datadir/ethash --rpc.returndata.limit=1100000 --db.size.limit=16t --snapshots=true --torrent.port 58967 --torrent.download.rate 1000mb --torrent.upload.rate 10mb
labels:
- "prometheus-scrape.enabled=true"
- "prometheus-scrape.port=6060"