Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 405 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 405 Bytes

Database

Docker Compose

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