You've already forked Travel-Agent
chore: Small improvements in README
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user