JamesStuddart / PostgREST-Single

Postgres and PostgREST running in a single container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostgREST-Single

Postgres and PostgREST running in a single container

version released GitHub license

PostgREST-Single is a simple template for a docker setup, including a docker-compose script, to create a docker container that will run Postgresql and PostgRest. Unlike the official PostgRest docker image this version does it all in one container, rather than with linked containers (for better or worse).

There is currently only a docker-compose file for spinning up the image, but a K8s version is expected at some point.

Outstanding Features

  • Create K8s script file
  • Setup of the initial database, etc is done with a single script setup-script.sql this feature needs to be changed to load multiple sql files.
  • Create proxy container support HTTPS (something like nginx)

About

Postgres and PostgREST running in a single container

License:MIT License


Languages

Language:Shell 85.9%Language:Dockerfile 14.1%