mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 01:27:38 +00:00
compose: abs path to jwt.hex (#4333)
This commit is contained in:
parent
4150c66eb7
commit
0d2f77ad2a
@ -23,8 +23,8 @@ services:
|
|||||||
image: thorax/erigon:${TAG:-latest}
|
image: thorax/erigon:${TAG:-latest}
|
||||||
build: .
|
build: .
|
||||||
command: |
|
command: |
|
||||||
erigon ${ERIGON_FLAGS-} --private.api.addr=0.0.0.0:9090 --sentry.api.addr=sentry:9091 --downloader.api.addr=downloader:9093
|
erigon ${ERIGON_FLAGS-} --private.api.addr=0.0.0.0:9090
|
||||||
--txpool.disable
|
--sentry.api.addr=sentry:9091 --downloader.api.addr=downloader:9093 --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
|
||||||
volumes:
|
volumes:
|
||||||
# It's ok to mount sub-dirs of "datadir" to different drives
|
# It's ok to mount sub-dirs of "datadir" to different drives
|
||||||
@ -51,6 +51,7 @@ services:
|
|||||||
command: |
|
command: |
|
||||||
rpcdaemon ${RPCDAEMON_FLAGS-} --http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --ws
|
rpcdaemon ${RPCDAEMON_FLAGS-} --http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --ws
|
||||||
--private.api.addr=erigon:9090 --txpool.api.addr=txpool:9094
|
--private.api.addr=erigon:9090 --txpool.api.addr=txpool:9094
|
||||||
|
--authrpc.jwtsecret=/home/erigon/.local/share/erigon/jwt.hex
|
||||||
ports: [ "8545:8545" ] # "8551:8551"
|
ports: [ "8545:8545" ] # "8551:8551"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user