chore: Small improvements in README

This commit is contained in:
ITQ
2024-03-20 20:06:15 +03:00
parent 669292f80b
commit 7086a1cf52
+7 -1
View File
@@ -76,6 +76,12 @@ cp template.env .env
And replace all default values with actual values And replace all default values with actual values
### Generate new migrations(if needed)
```bash
alembic -c app/alembic.ini revision --autogenerate
```
### Apply migrations with alembic ### Apply migrations with alembic
```bash ```bash
@@ -129,7 +135,7 @@ docker compose pull
### Start containers (in detached mode) ### Start containers (in detached mode)
```bash ```bash
docker compose up -d docker compose up -d --build
``` ```
## 📝 Notes ## 📝 Notes