Skip to content

hexylena/docker-postgraphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-postgraphql Docker Automated buil

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.

Usage

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"

LICENSE

MIT

Releases

No releases published

Packages

No packages published

Languages