mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +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}
|
||||
build: .
|
||||
command: |
|
||||
erigon ${ERIGON_FLAGS-} --private.api.addr=0.0.0.0:9090 --sentry.api.addr=sentry:9091 --downloader.api.addr=downloader:9093
|
||||
--txpool.disable
|
||||
erigon ${ERIGON_FLAGS-} --private.api.addr=0.0.0.0:9090
|
||||
--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
|
||||
volumes:
|
||||
# It's ok to mount sub-dirs of "datadir" to different drives
|
||||
@ -51,6 +51,7 @@ services:
|
||||
command: |
|
||||
rpcdaemon ${RPCDAEMON_FLAGS-} --http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --ws
|
||||
--private.api.addr=erigon:9090 --txpool.api.addr=txpool:9094
|
||||
--authrpc.jwtsecret=/home/erigon/.local/share/erigon/jwt.hex
|
||||
ports: [ "8545:8545" ] # "8551:8551"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user