eth-probe
This commit is contained in:
parent
c834a41027
commit
bd7b723eef
@ -14,4 +14,4 @@ cerc/fixturenet-eth-geth
|
|||||||
cerc/fixturenet-eth-lighthouse
|
cerc/fixturenet-eth-lighthouse
|
||||||
cerc/watcher-mobymask
|
cerc/watcher-mobymask
|
||||||
cerc/test-container
|
cerc/test-container
|
||||||
cerc/eth_probe
|
cerc/eth-probe
|
||||||
|
@ -12,4 +12,4 @@ fixturenet-laconicd
|
|||||||
fixturenet-eth
|
fixturenet-eth
|
||||||
watcher-mobymask
|
watcher-mobymask
|
||||||
test
|
test
|
||||||
eth_probe
|
eth-probe
|
||||||
|
@ -20,7 +20,7 @@ services:
|
|||||||
- 5432
|
- 5432
|
||||||
eth-probe-mq:
|
eth-probe-mq:
|
||||||
restart: always
|
restart: always
|
||||||
image: cerc/eth_probe:local
|
image: cerc/eth-probe:local
|
||||||
environment:
|
environment:
|
||||||
MODE: "mq"
|
MODE: "mq"
|
||||||
PROBE_DEV: "false"
|
PROBE_DEV: "false"
|
||||||
@ -43,7 +43,7 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
eth-probe-probe:
|
eth-probe-probe:
|
||||||
restart: always
|
restart: always
|
||||||
image: cerc/eth_probe:local
|
image: cerc/eth-probe:local
|
||||||
environment:
|
environment:
|
||||||
MODE: "probe"
|
MODE: "probe"
|
||||||
PROBE_DEV: "false"
|
PROBE_DEV: "false"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Build cerc/eth_probe
|
# Build cerc/eth-probe
|
||||||
docker build -t cerc/eth_probe:local ${CERC_REPO_BASE_DIR}/eth_probe
|
docker build -t cerc/eth-probe:local ${CERC_REPO_BASE_DIR}/eth_probe
|
||||||
|
Loading…
Reference in New Issue
Block a user