first try at git.vdb.to as conatiner repository
This commit is contained in:
parent
d2be539fd1
commit
e7fb82475b
1
.github/workflows/run_unit_test.sh
vendored
1
.github/workflows/run_unit_test.sh
vendored
@ -13,6 +13,7 @@ cd ipld-eth-server
|
|||||||
rm -f /tmp/git_head_ref /tmp/git_repository
|
rm -f /tmp/git_head_ref /tmp/git_repository
|
||||||
|
|
||||||
# Spin up DB and run migrations
|
# Spin up DB and run migrations
|
||||||
|
echo 'docker-compose up -d migrations ipld-eth-db'
|
||||||
docker-compose up -d migrations ipld-eth-db
|
docker-compose up -d migrations ipld-eth-db
|
||||||
trap "docker-compose down -v --remove-orphans; cd $start_dir ; rm -r $temp_dir" SIGINT SIGTERM ERR
|
trap "docker-compose down -v --remove-orphans; cd $start_dir ; rm -r $temp_dir" SIGINT SIGTERM ERR
|
||||||
sleep 30
|
sleep 30
|
||||||
|
@ -5,7 +5,7 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
depends_on:
|
depends_on:
|
||||||
- ipld-eth-db
|
- ipld-eth-db
|
||||||
image: cerc-io/ipld-eth-db:v4.2.1-alpha
|
image: git.vdb.to/cerc-io/ipld-eth-db:v4.2.1-alpha-unstable
|
||||||
environment:
|
environment:
|
||||||
DATABASE_USER: "vdbm"
|
DATABASE_USER: "vdbm"
|
||||||
DATABASE_NAME: "vulcanize_testing"
|
DATABASE_NAME: "vulcanize_testing"
|
||||||
|
Loading…
Reference in New Issue
Block a user