forked from cerc-io/stack-orchestrator
		
	Merge pull request #22 from cerc-io/dboreham/remove-postgraphile
Remove postgraphile container
This commit is contained in:
		
						commit
						ffe8880dff
					
				| @ -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" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user