Sign inSign up

npullar/sola-community-db

By npullar

Updated 4 months ago

PostgreSQL database for SOLA Community Server

Image
0

2.5K

npullar/sola-community-db repository overview

Database image for the SOLA Community Server solution. Should be used in combination with the sola-community-server image. To run this image independently use the docker command:

  • docker run -p 5432:5432 --name sola-db -e POSTGRES_PASSWORD=sola npullar/sola-community-db

The sola database is created and populated with demonstration data as part of the docker run command. The database build occurs in two phases. The first phase takes about 1 minute to install the SOLA Community Server database schema. Other containers can connect to the database once the first phase is complete on localhost port 5432 with username=postgres and password=sola.

The second phase will take a few minutes to load further data into the SOLA Community Server database.

The output from the run command is a docker container called cs-db (i.e. instance of the sola-community-db image). To stop or restart this container use the following commands:

  • docker stop cs-db
  • docker start cs-db

This image can be rebuilt using the Docker files located at https://github.com/OpenTenure/docker

Tag summary

Content type

Image

Digest

sha256:77bcb7989

Size

187.7 MB

Last updated

about 2 years ago

docker pull npullar/sola-community-db