cp .env.example .env docker compose down -v docker compose up -d --build docker compose exec api alembic upgrade head docker compose exec -e SEED_RESET=true -e USERS_COUNT=100 -e ...
The following instructions are primarily aimed at Linux systems. You will have to make necessary changes to the commands to be able to run them on other operating systems. It is recommended to use ...