Next env variables are required to start docker compose
DEBUG
# 1 or 0SECRET_KEY
# some complex stringDJANGO_ALLOWED_HOSTS
# localhost,0.0.0.0,127.0.0.1DB_ENGINE
# django.db.backends.postgresql or any otherDB_DATABASE
# your db nameDB_USER
# your user nameDB_PASSWORD
# your complex password nameDB_HOST
#db
if running in docker orlocalhost
if running locallyDB_PORT
# 5432 or whatever
add this information to .env
file in the root of project and then run
docker-compose up