apply updates
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.1'
|
||||
|
||||
services:
|
||||
erigon-trace:
|
||||
image: thorax/erigon:v2022.08.03
|
||||
image: thorax/erigon:v2.30.0
|
||||
expose:
|
||||
- "30303"
|
||||
- "30304"
|
||||
@@ -14,6 +14,7 @@ services:
|
||||
- chains
|
||||
command: >
|
||||
erigon --chain mainnet
|
||||
--externalcl
|
||||
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060
|
||||
--private.api.addr=0.0.0.0:9090
|
||||
--torrent.upload.rate="1250mb"
|
||||
@@ -33,7 +34,7 @@ services:
|
||||
- "prometheus-scrape.metrics_path=/debug/metrics/prometheus"
|
||||
|
||||
rpcdaemon:
|
||||
image: thorax/erigon:v2022.08.03
|
||||
image: thorax/erigon:v2.30.0
|
||||
command: >
|
||||
rpcdaemon --datadir=/home/erigon/.local/share/erigon
|
||||
--private.api.addr=erigon-trace:9090
|
||||
|
||||
@@ -8,7 +8,7 @@ services:
|
||||
xdai-archive:
|
||||
hostname: xdai-archive
|
||||
container_name: xdai-archive
|
||||
image: nethermindeth/nethermind:trace-db
|
||||
image: nethermindeth/nethermind:db-traces
|
||||
restart: always
|
||||
stop_grace_period: 1m
|
||||
command: |
|
||||
@@ -21,6 +21,7 @@ services:
|
||||
--TraceStore.Enabled=true
|
||||
--TraceStore.BlocksToKeep=0
|
||||
--TraceStore.TraceTypes=Trace,Rewards
|
||||
--Sync.FastSync=false
|
||||
ports:
|
||||
- '30303:30303/tcp' # p2p
|
||||
- '30303:30303/udp' # p2p
|
||||
|
||||
Reference in New Issue
Block a user