At first build the images: docker-compose build
For development: docker-compose up -d
For production: docker-compose -f docker-compose.prod.yml up -d
db name, user, password are docker-compose.yml
host is name of the running postgres container
if it is not possible to login try to restart containers with following command: docker-compose up --force-recreate