Simple container around https://github.com/calebmer/postgraphql
1.8K
Simple container for exposing graphql/graphiql as part of a completely
dockerized environment. Example docker-compose.yml is for genomics data with
the Chado database schema.
postgraphql:
image: erasche/postgraphql:latest
ports:
- "5000"
environment:
#DB_DEFAULT_ROLE: postgres
DB_GRAPHQL_PATH: "/graphql"
DB_GRAPHIQL_PATH: "/graphiql"
PG_SECRET: "deadbeefcafe"
DB_SCHEMA: "public"
PGUSER: postgres
PGPASSWORD: postgres
PGHOST: postgres
PGDATABASE: postgres
PGPORT: 5432
links:
- "your_postgres_container:postgres"
MIT
Content type
Image
Digest
Size
32.7 MB
Last updated
over 9 years ago
docker pull erasche/postgraphql