Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,14 +259,13 @@ You can run the entire multi-service application easily using Docker Compose. Th
### Prerequisites
- [Docker](https://docs.docker.com/get-docker/)
- [Docker Compose](https://docs.docker.com/compose/install/)

### Quick Start

1. Clone the repository and navigate to the project root.
2. Build and start all services in detached mode:
2. Set up your environment variables by copying the example file and adding a secure `INTERNAL_RAG_TOKEN`:

```bash
docker-compose up -d --build
cp .env.example .env
```
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated

3. The services will be available at:
Expand Down
Loading