be graceful
This commit is contained in:
@@ -4,6 +4,7 @@ services:
|
||||
erigon-mainnet-fullnode:
|
||||
image: thorax/erigon:${ERIGON_VERSION:-v2.59.0}
|
||||
user: root
|
||||
stop_grace_period: 10m
|
||||
expose:
|
||||
- "16630"
|
||||
- "9090"
|
||||
@@ -44,7 +45,6 @@ services:
|
||||
--rpc.gascap=5000000000
|
||||
--ws
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 1m
|
||||
labels:
|
||||
- "prometheus-scrape.enabled=true"
|
||||
- "prometheus-scrape.port=6060"
|
||||
|
||||
@@ -5,6 +5,7 @@ services:
|
||||
erigon-gnosis-fullnode:
|
||||
image: thorax/erigon:${ERIGON_VERSION:-v2.59.0}
|
||||
user: root
|
||||
stop_grace_period: 10m
|
||||
volumes:
|
||||
- "gnosis-fullnode_data:/datadir"
|
||||
- .jwtsecret:/jwtsecret
|
||||
@@ -24,7 +25,6 @@ services:
|
||||
- "17938:17938/udp"
|
||||
restart: unless-stopped
|
||||
command: --chain=gnosis --prune.h.older=128 --prune.r.older=128 --prune.t.older=128 --prune.c.older=128 --nat=stun --authrpc.addr=0.0.0.0 --authrpc.vhosts=* --authrpc.jwtsecret=/jwtsecret --http --http.addr=0.0.0.0 --http.port=8545 --http.compression --http.vhosts='*' --http.corsdomain='*' --http.api=eth,debug,net,trace,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=20947 --datadir=/datadir --ethash.dagdir=/datadir/ethash --rpc.returndata.limit=1000000 --p2p.protocol=66 --p2p.protocol 67 --p2p.protocol 68 --p2p.allowed-ports 28806 --p2p.allowed-ports 16393 --p2p.allowed-ports 17938
|
||||
stop_grace_period: 1m
|
||||
labels:
|
||||
- "prometheus-scrape.enabled=true"
|
||||
- "prometheus-scrape.port=6060"
|
||||
|
||||
@@ -4,6 +4,7 @@ services:
|
||||
erigon-polygon-mumbai-fullnode:
|
||||
image: thorax/erigon:${ERIGON_VERSION:-v2.57.3}
|
||||
user: root
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- "polygon-mumbai-erigon-fullnode:/datadir"
|
||||
- "/slowdisk:/slowdisk"
|
||||
|
||||
@@ -2,8 +2,9 @@ version: '3.1'
|
||||
|
||||
services:
|
||||
polygon-erigon-fullnode:
|
||||
image: thorax/erigon:${ERIGON_VERSION:-v2.57.3}
|
||||
image: thorax/erigon:${ERIGON_VERSION:-v2.59.0}
|
||||
user: root
|
||||
stop_grace_period: 10m
|
||||
volumes:
|
||||
- "polygon-erigon-fullnode:/datadir"
|
||||
- "/slowdisk:/slowdisk"
|
||||
@@ -28,7 +29,6 @@ services:
|
||||
- "10521:10521/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.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=61044 --p2p.protocol=66 --p2p.protocol 67 --p2p.protocol 68 --p2p.allowed-ports 63195 --p2p.allowed-ports 14745 --p2p.allowed-ports 21827 --datadir=/datadir --ethash.dagdir=/datadir/ethash --rpc.returndata.limit=1100000 --db.size.limit=12t --snapshots=true --torrent.port 10521 --torrent.download.rate 1000mb --torrent.upload.rate 10mb --prune.h.older=128 --prune.r.older=128 --prune.t.older=128 --prune.c.older=128
|
||||
stop_grace_period: 1m
|
||||
labels:
|
||||
- "prometheus-scrape.enabled=true"
|
||||
- "prometheus-scrape.port=6060"
|
||||
|
||||
Reference in New Issue
Block a user