docker compose for dapptools, postgraphile, eth-indexer and eth-server

This commit is contained in:
ramil
2020-09-06 12:32:11 +03:00
parent c098e07d51
commit 1d57f75dcf
11 changed files with 102 additions and 334 deletions
+5
View File
@@ -137,3 +137,8 @@ version_migrations:
import:
test -n "$(NAME)" # $$NAME
psql $(NAME) < db/schema.sql
## Build docker image
.PHONY: docker-build
docker-build:
docker build -t vulcanize/ipld-eth-server .