Skip to content

kalepail/postgraphile-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker build -t "tinyanvil/postgraphile" .
docker run --rm -it \
  -p 5000:5000 \
  -e USER={username} \
  -e PASS={password} \
  -e HOST={hostname} \
  -e PORT={port} \
  -e DB={database} \
  -e SCHEMA={schema} \
  "tinyanvil/postgraphile:latest"

About

Expose a PostgreSQL database to a GraphQL endpoint via PostGraphile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •