mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 01:27:38 +00:00
docker-compose.yml disable build-in downloader #5135
This commit is contained in:
parent
3c0a514f75
commit
8e136836c0
@ -32,7 +32,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
command: |
|
command: |
|
||||||
erigon ${ERIGON_FLAGS-} --private.api.addr=0.0.0.0:9090
|
erigon ${ERIGON_FLAGS-} --private.api.addr=0.0.0.0:9090
|
||||||
--sentry.api.addr=sentry:9091 --downloader.api.addr=downloader:9093 --txpool.disable
|
--sentry.api.addr=sentry:9091 --downloader.api.addr=downloader:9093 --no-downloader --txpool.disable
|
||||||
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --pprof --pprof.addr=0.0.0.0 --pprof.port=6061
|
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --pprof --pprof.addr=0.0.0.0 --pprof.port=6061
|
||||||
--authrpc.jwtsecret=/home/erigon/.local/share/erigon/jwt.hex
|
--authrpc.jwtsecret=/home/erigon/.local/share/erigon/jwt.hex
|
||||||
ports: [ "8551:8551" ]
|
ports: [ "8551:8551" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user