Setup .env
to contain these:
MYSQL_ROOT_PASSWORD=the_root_password
MYSQL_USER=the_user
MYSQL_PASSWORD=the_password
MYSQL_DATABASE=bearmentor
Start Docker service.
Run Docker Compose up.
docker-compose up
If everything is fine, exit and run it again in detached mode.
docker-compose up -d
Push the schema to it.
pnpm db:push