fix archive
This commit is contained in:
@@ -2,18 +2,18 @@ version: '3.1'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
bsc-erigon:
|
bsc-erigon:
|
||||||
image: stakesquid/bsc-erigon
|
image: chainstack/bsc-erigon:1.2.12
|
||||||
user: root
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- "bsc-erigon:/datadir"
|
- "${BSC_ERIGON_DATA:-bsc-erigon}:/datadir"
|
||||||
- "/slowdisk:/slowdisk"
|
- "/slowdisk:/slowdisk"
|
||||||
ports:
|
ports:
|
||||||
- "54993:54993"
|
- "28056:28056"
|
||||||
- "54993:54993/udp"
|
- "28056:28056/udp"
|
||||||
- "25703:25703"
|
- "62912:62912"
|
||||||
- "25703:25703/udp"
|
- "62912:62912/udp"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: --db.pagesize=16k --chain=bsc --prune=hrtc --sentry.drop-useless-peers --http --http.addr=0.0.0.0 --http.port=8545 --http.compression --http.vhosts='*' --http.corsdomain='*' --http.api=eth,debug,net,web3,erigon --ws --ws.compression --rpc.gascap=300000000 --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --bodies.cache=5G --rpc.batch.limit=200000 --batchSize=2048MB --port=54993 --p2p.protocol=66 --datadir=/datadir --ethash.dagdir=/datadir/ethash --rpc.returndata.limit=1100000 --torrent.port=25703 --torrent.download.rate 1000mb --torrent.upload.rate 10mb
|
command: erigon --db.pagesize=16k --chain=bsc --sentry.drop-useless-peers --http --http.addr=0.0.0.0 --http.port=8545 --http.compression --http.vhosts='*' --http.corsdomain='*' --http.api=eth,debug,net,web3,erigon,admin --ws --ws.compression --rpc.gascap=300000000 --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --bodies.cache=5G --rpc.batch.limit=200000 --batchSize=2048MB --port=28056 --p2p.protocol=66 --datadir=/datadir --ethash.dagdir=/datadir/ethash --rpc.returndata.limit=1100000 --torrent.port=62912 --torrent.download.rate=80mb --nat=extip:${IP}
|
||||||
|
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user