_ to -
This commit is contained in:
parent
a351372cc6
commit
6377d8d5f8
@ -12,4 +12,4 @@ cerc-io/laconic-cns-cli
|
||||
cerc-io/mobymask-watcher
|
||||
cerc-io/watcher-ts
|
||||
vulcanize/assemblyscript
|
||||
vulcanize/eth_probe
|
||||
vulcanize/eth-probe
|
||||
|
||||
@ -15,7 +15,7 @@ services:
|
||||
retries: 15
|
||||
start_period: 10s
|
||||
volumes:
|
||||
- ../../eth_probe/db/schema.sql:/docker-entrypoint-initdb.d/init.sql
|
||||
- ../../eth-probe/db/schema.sql:/docker-entrypoint-initdb.d/init.sql
|
||||
ports:
|
||||
- 5432
|
||||
eth-probe-mq:
|
||||
|
||||
@ -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
|
||||
docker build -t cerc/eth-probe:local ${CERC_REPO_BASE_DIR}/eth-probe
|
||||
|
||||
Loading…
Reference in New Issue
Block a user