Hi, I think there may be a typo in the local setup instructions doc.
Issue: The second step of the Project setup 'docker compose exec python web manage.py migrate' returns 'service "python" is not running container #1'
Solution: Changing the command to 'docker compose exec web python manage.py migrate' was able to get it to run successfully.