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"-
Notifications
You must be signed in to change notification settings - Fork 2
Expose a PostgreSQL database to a GraphQL endpoint via PostGraphile
kalepail/postgraphile-docker
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Expose a PostgreSQL database to a GraphQL endpoint via PostGraphile
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published