added erigon
This commit is contained in:
@@ -50,6 +50,28 @@ services:
|
||||
networks:
|
||||
- pocket
|
||||
|
||||
erigon-trace:
|
||||
image: thorax/erigon
|
||||
expose:
|
||||
- "30303"
|
||||
- "30304"
|
||||
- "30304"
|
||||
volumes:
|
||||
- erigon-trace:-~/.local/share}/erigon:/home/erigon/.local/share/erigon
|
||||
command: erigon --chain mainnet --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --private.api.addr=0.0.0.0:9090 --pprof --pprof.addr=0.0.0.0 --pprof.port=6061
|
||||
networks:
|
||||
- pocket
|
||||
|
||||
rpcdaemon:
|
||||
image: thorax/erigon:latest
|
||||
command: rpcdaemon --datadir=/home/erigon/.local/share/erigon --private.api.addr=erigon:9090 --txpool.api.addr=erigon:9090 --http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --http.api=eth,debug,net,trace --ws
|
||||
pid: service:erigon # Use erigon's PID namespace. It's required to open Erigon's DB from another process (RPCDaemon local-mode)
|
||||
volumes:
|
||||
- erigon-trace:-~/.local/share}/erigon:/home/erigon/.local/share/erigon
|
||||
expose:
|
||||
- "8545"
|
||||
restart: unless-stopped
|
||||
|
||||
pocket-fullnode:
|
||||
image: poktnetwork/pocket-core:stagenet-latest
|
||||
ports:
|
||||
@@ -73,6 +95,7 @@ volumes:
|
||||
geth-rinkeby:
|
||||
geth-ropsten:
|
||||
geth-mainnet:
|
||||
erigon-trace:
|
||||
pocket-data:
|
||||
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user