Skip to content

Commit

Permalink
Updated the docker compose instructions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sikehish authored Jun 11, 2024
1 parent 4daa91a commit 1d6d6f7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,13 @@ GEMINI_KEY
REDIS_PASSWORD
REDIS_URI
```
3. Run the below command
3. Run the below command to set the project up in development mode
```bash
sudo docker-compose down && sudo docker-compose up --build
docker compose -f docker-compose.dev.yml up --build
```
3. Run the below command to stop/terminate docker-compose and containers
```bash
docker compose -f docker-compose.dev.yml down
```
## Features
### Home
Expand Down

0 comments on commit 1d6d6f7

Please sign in to comment.