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