46: Make it possible to launch fixturenet with or without the statediff DB. (#59)

* 46: Make it possible to launch fixturenet with or without the statediff DB.

* Require the hostname as well.
This commit is contained in:
2022-12-06 17:17:24 -06:00
committed by GitHub
parent bd9aaebe3d
commit 32edd7aea7
4 changed files with 28 additions and 3 deletions
+1 -2
View File
@@ -31,7 +31,7 @@ services:
fixturenet-eth-geth-2:
hostname: fixturenet-eth-geth-2
environment:
CERC_RUN_STATEDIFF: "true"
CERC_RUN_STATEDIFF: "detect"
CERC_STATEDIFF_DB_NODE_ID: 2
healthcheck:
test: ["CMD", "nc", "-v", "localhost", "8545"]
@@ -43,7 +43,6 @@ services:
- ../config/fixturenet-eth/fixturenet-eth.env
image: cerc/fixturenet-eth-geth:local
depends_on:
- migrations
- fixturenet-eth-bootnode-geth
fixturenet-eth-bootnode-lighthouse: