metrics
This commit is contained in:
parent
508112f819
commit
9446db9c5f
@ -28,6 +28,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "9545"
|
- "9545"
|
||||||
- "9546"
|
- "9546"
|
||||||
|
- "6060"
|
||||||
command: >
|
command: >
|
||||||
--datadir=/blast/${GETH_DATA_DIR:-blast-geth-data}
|
--datadir=/blast/${GETH_DATA_DIR:-blast-geth-data}
|
||||||
--http
|
--http
|
||||||
@ -46,6 +47,7 @@ services:
|
|||||||
--authrpc.vhosts="*"
|
--authrpc.vhosts="*"
|
||||||
--authrpc.jwtsecret=/blast/jwt.txt
|
--authrpc.jwtsecret=/blast/jwt.txt
|
||||||
--syncmode=full
|
--syncmode=full
|
||||||
|
--metrics
|
||||||
--gcmode=archive
|
--gcmode=archive
|
||||||
--nodiscover
|
--nodiscover
|
||||||
--maxpeers=0
|
--maxpeers=0
|
||||||
|
@ -8,6 +8,10 @@ containers:
|
|||||||
- cerc/webapp-base
|
- cerc/webapp-base
|
||||||
- cerc/lighthouse
|
- cerc/lighthouse
|
||||||
- cerc/lighthouse-cli
|
- cerc/lighthouse-cli
|
||||||
|
- cerc/foundry
|
||||||
|
- cerc/fixturenet-eth-lighthouse
|
||||||
|
|
||||||
pods:
|
pods:
|
||||||
- fixturenet-blast
|
- fixturenet-blast
|
||||||
|
- foundry
|
||||||
|
|
Loading…
Reference in New Issue
Block a user