Sign inSign up

globz/postgres

By globz

Updated almost 7 years ago

Basic Postgres container. Creates default and test databse as well as defaul user.

Image
0

921

globz/postgres repository overview

Postgres

Basic Postgres container. Creates default and test databse as well as defaul user.

Usage

  • Build
docker build -t globz/postgres
  • Run
docker run -e APP_USER=$APP_USER -e APP_DB=$APP_DB -e APP_TEST_DB=$APP_TEST_DB -e APP_USER_PASSWORD=$APP_USER_PASSWORD -p 5432:5432 -v $PWD/database:/var/lib/postgresql/data -d globz/postgres

Tag summary

Content type

Image

Digest

Size

115.9 MB

Last updated

almost 7 years ago

docker pull globz/postgres