You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Run all services.
$ docker compose up -d
# Show `app` service log.
$ docker compose logs -f app
# Load `app` service data to DB.
$ docker compose exec app python manage.py loaddata problems -v 3 -i