Use ipld-eth-db docker image.

This commit is contained in:
Arijit Das
2021-10-12 12:33:48 +05:30
parent 2a1ec043b8
commit 25b49f784b
6 changed files with 12 additions and 28 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ docker-compose down --remove-orphans --volumes
# Build and start the containers.
# Note: Build only if `ipld-eth-server` or other container code is modified. Otherwise comment this line.
docker-compose -f docker-compose.test.yml -f docker-compose.yml build eth-server
docker-compose -f docker-compose.test.yml -f docker-compose.yml up -d db dapptools contract eth-server
docker-compose -f docker-compose.test.yml -f docker-compose.yml up -d ipld-eth-db dapptools contract eth-server
export PGPASSWORD=password
export DATABASE_USER=vdbm