CC-QTL-DB
Take a look at its wiki
Docker compose
Server container (Django)
- When you first start de server, you need to fill the db with datas:
python manage.py filldb
- Make database migrations:
python manage.py makemigrations
python manage.py migrate
Database container
Connect to the database:
You need to start a shell on the image and then :
psql -U cc-qtl cc-qtl-db