Merge pull request #22 from cerc-io/dboreham/remove-postgraphile

Remove postgraphile container
This commit is contained in:
David Boreham 2022-10-13 06:15:03 -06:00 committed by GitHub
commit ffe8880dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,18 +31,3 @@ services:
- "127.0.0.1:8081:8081"
- "127.0.0.1:8082:8082"
graphql:
restart: unless-stopped
depends_on:
ipld-eth-db:
condition: service_healthy
image: vulcanize/postgraphile:v1.0.1
environment:
PG_HOST: ipld-eth-db
PG_PORT: 5432
PG_DATABASE: cerc_testing
PG_USER: vdbm
PG_PASSWORD: password
SCHEMA: public,eth
ports:
- "127.0.0.1:5000:5000"