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_devgotit_test is the test database
login : gotit_test ; password : gotit_testBuild
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>
Content type
Image
Digest
Size
111.2 MB
Last updated
about 5 years ago
docker pull lsdch/gotit-db