apply updates

This commit is contained in:
Sebastian
2022-12-03 17:05:51 +01:00
parent 63c0c63427
commit 7611d4583c
2 changed files with 6 additions and 4 deletions

View File

@@ -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

View File

@@ -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