Dockerized PostgREST
# host, username and password are default to "postgres"
docker run -it --rm -e DBNAME=app_db --link postgres:postgres -p 80:3000 ronalddddd/postgrest
DBHOST
DBNAME
DBPORT
DBUSER
DBPASS
DBPOOL # not used
PORT
SCHEMA
ANONUSER
SLEEP
- Adapted from: https://github.com/motiz88/docker-postgrest