better compose file
This commit is contained in:
parent
2dc2339076
commit
13d7178cb5
|
@ -6,12 +6,14 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
command: |
|
command: |
|
||||||
otter
|
otter --http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --ws
|
||||||
--http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --ws
|
|
||||||
--http.api=eth,erigon,web3,net,trace,debug,txpool,ots
|
--http.api=eth,erigon,web3,net,trace,debug,txpool,ots
|
||||||
|
--ots.beaconapi.url="http://localhost:3500"
|
||||||
|
--ots.externalasset.url=""
|
||||||
|
--private.api.addr=erigon:9090
|
||||||
|
--txpool.api.addr=txpool:9094
|
||||||
|
--datadir=/home/erigon/.local/share/erigon
|
||||||
--metrics --metrics.addr=0.0.0.0 --metrics.port=6064
|
--metrics --metrics.addr=0.0.0.0 --metrics.port=6064
|
||||||
--pprof --pprof.addr=0.0.0.0 --pprof.port=6000
|
--pprof --pprof.addr=0.0.0.0 --pprof.port=6000
|
||||||
--private.api.addr=172.105.22.234:9191
|
|
||||||
##--datadir=/erigon
|
|
||||||
ports:
|
ports:
|
||||||
- 3000:8545
|
- 3000:8545
|
||||||
|
|
Loading…
Reference in New Issue