/postgraphile-docker

Expose a PostgreSQL database to a GraphQL endpoint via PostGraphile

Primary LanguageShell

docker run --rm -it \
  -p 5000:5000 \
  -e USER={username}
  -e PASS={password}
  -e HOST={hostname}
  -e PORT={port}
  -e DB={database}