Skip to content

Latest commit

 

History

History
72 lines (62 loc) · 3.46 KB

docker-hub-readme.md

File metadata and controls

72 lines (62 loc) · 3.46 KB

PostgREST

Join the chat at https://gitter.im/begriffs/postgrest Donate Donate Docs Build Status

PostgREST serves a fully RESTful API from any existing PostgreSQL database. It provides a cleaner, more standards-compliant, faster API than you are likely to write from scratch.

Sponsors

Usage

To learn how to use this container, see the PostgREST Docker documentation.

You can configure the PostgREST image by setting environment variables.

How this image is built

The image is built from scratch using Nix instead of a Dockerfile, which yields a highly secure and optimized image. This is also why no commands are listed in the image history. See the PostgREST respository for details on the build process and how to inspect the image.

This does not apply to the arm64 variant, which is based on Ubuntu.