open admin

This commit is contained in:
Sebastian
2025-01-04 12:40:29 +01:00
parent cd490b43ee
commit 1420117854

View File

@@ -22,7 +22,7 @@ services:
- "58967:58967" - "58967:58967"
- "58967:58967/udp" - "58967:58967/udp"
restart: unless-stopped restart: unless-stopped
command: --chain=bor-mainnet --nat=extip:${IP} --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,admin --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 command: --chain=bor-mainnet --nat=extip:${IP} --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,admin --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 --rpc.batch.concurrency=96 --db.read.concurrency=512 --trace.maxtraces=2000 --trace.compat --etl.bufferSize=32768MB
labels: labels:
- "prometheus-scrape.enabled=true" - "prometheus-scrape.enabled=true"
- "prometheus-scrape.port=6060" - "prometheus-scrape.port=6060"