docker-compose run web python manage.py migrate
docker-compose up -d
localhost:80 for CRUD
localhost:85 for pgAdmin
username : [email protected]
password : admin
Can be adjusted according to the configuration in docker-compose
on pgAdmin create server and fill:
database name: postgres
user : postgres
password: postgres
Can be adjusted according to the configuration in docker-compose