Not prompted to create user when generating database

Pretty new to this, but was trying to set up on-premise on windows 10, and had just added the secret key to my docker-compose.yml file.

Ran 'docker-compose run --rm web upgrade"

and shows it starting the containers, then says [INFO] sentry.plugins.github: apps-not-configured.

It gives a list of synced and not synced and exits.

  1. docker-compose run --rm web shell

  2. input " from sentry.models import Project
    from sentry.receivers.core import create_default_projects
    create_default_projects([Project])"

  3. create surperuser:

docker-compose run --rm web createuser

I hope this can hlpe you