Sign inSign up

lsdch/gotit-db

By lsdch

Updated about 5 years ago

GOTIT PostgreSQL database container

Image
0

1.1K

lsdch/gotit-db repository overview

Docker image : Gotit database

A PostgreSQL docker image including two instances of Gotit database. Do not use it in any other context than locally, during development.

  • gotit_dev is the development database login : gotit_dev ; password : gotit_dev
  • gotit_test is the test database login : gotit_test ; password : gotit_test

Build

docker build . --tag:lsdch/gotit-db:<version>

Run

# Choose a password for the database admin : POSTGRES_PASSWORD can be any password you choose
docker run --name <container-name> -p <port>:5432 -e POSTGRES_PASSWORD=<password> lsdch/gotit_db:<version>

Tag summary

Content type

Image

Digest

Size

111.2 MB

Last updated

about 5 years ago

docker pull lsdch/gotit-db