otterscan/docker-compose.yaml

25 lines
532 B
YAML

version: '3.9'
services:
rpcdaemon:
build:
context: .
command: |
rpcdaemon
--http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --ws
--http.api=eth,erigon,web3,net,trace,debug,txpool,ots
--metrics --metrics.addr=0.0.0.0 --metrics.port=6064
--pprof --pprof.addr=0.0.0.0 --pprof.port=6000
--private.api.addr=172.105.22.234:9191
##--datadir=/erigon
ports:
- 8545:8545
server:
build:
context: .
command: |
server
ports:
- 3001:3001