Add ability to wait on geth to be up and minting blocks before launching the probe.

This commit is contained in:
Thomas E Lackey 2022-12-05 22:20:08 -06:00
parent bd7b723eef
commit a351372cc6
2 changed files with 3 additions and 2 deletions

View File

@ -50,8 +50,9 @@ services:
MQ_HOST: "eth-probe-mq"
MQ_PORT: 33333
PROBE_ID: 0
GETHJSON_URL: "http://fixturenet-eth-bootnode-geth:9898/geth.json"
ENODE: "enode://foo@fixturenet-eth-geth-1:30303"
GETH_HOST: "fixturenet-eth-geth-1"
GETH_MIN_BLOCK: 5
GETHJSON_URL: "http://fixturenet-eth-geth-1:9898/geth.json"
DEBUG: "vulcanize:*,cerc:*,-vulcanize:sniffer:dpt:error"
depends_on:
eth-probe-mq: