eth-probe
This commit is contained in:
parent
c834a41027
commit
bd7b723eef
@ -14,4 +14,4 @@ cerc/fixturenet-eth-geth
|
||||
cerc/fixturenet-eth-lighthouse
|
||||
cerc/watcher-mobymask
|
||||
cerc/test-container
|
||||
cerc/eth_probe
|
||||
cerc/eth-probe
|
||||
|
@ -12,4 +12,4 @@ fixturenet-laconicd
|
||||
fixturenet-eth
|
||||
watcher-mobymask
|
||||
test
|
||||
eth_probe
|
||||
eth-probe
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user