eth-probe

This commit is contained in:
Thomas E Lackey 2022-12-05 15:05:18 -06:00
parent c834a41027
commit bd7b723eef
4 changed files with 6 additions and 6 deletions

View File

@ -14,4 +14,4 @@ cerc/fixturenet-eth-geth
cerc/fixturenet-eth-lighthouse
cerc/watcher-mobymask
cerc/test-container
cerc/eth_probe
cerc/eth-probe

View File

@ -12,4 +12,4 @@ fixturenet-laconicd
fixturenet-eth
watcher-mobymask
test
eth_probe
eth-probe

View File

@ -20,7 +20,7 @@ services:
- 5432
eth-probe-mq:
restart: always
image: cerc/eth_probe:local
image: cerc/eth-probe:local
environment:
MODE: "mq"
PROBE_DEV: "false"
@ -43,7 +43,7 @@ services:
condition: service_healthy
eth-probe-probe:
restart: always
image: cerc/eth_probe:local
image: cerc/eth-probe:local
environment:
MODE: "probe"
PROBE_DEV: "false"

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
# Build cerc/eth_probe
docker build -t cerc/eth_probe:local ${CERC_REPO_BASE_DIR}/eth_probe
# Build cerc/eth-probe
docker build -t cerc/eth-probe:local ${CERC_REPO_BASE_DIR}/eth_probe