added erigon
This commit is contained in:
@@ -50,6 +50,28 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- pocket
|
- 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:
|
pocket-fullnode:
|
||||||
image: poktnetwork/pocket-core:stagenet-latest
|
image: poktnetwork/pocket-core:stagenet-latest
|
||||||
ports:
|
ports:
|
||||||
@@ -73,6 +95,7 @@ volumes:
|
|||||||
geth-rinkeby:
|
geth-rinkeby:
|
||||||
geth-ropsten:
|
geth-ropsten:
|
||||||
geth-mainnet:
|
geth-mainnet:
|
||||||
|
erigon-trace:
|
||||||
pocket-data:
|
pocket-data:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user