Skip to content

Commit

Permalink
Merge pull request #181 from riccardoniccoliwetechs/patch-1
Browse files Browse the repository at this point in the history
Update docker-compose.md
  • Loading branch information
pieroit authored Aug 29, 2024
2 parents 05021a0 + 328af54 commit 802de62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mkdocs/production/administrators/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ Add this enviroment variables in your `.env` file:

```bash
# Qdrant server
QDRANT_HOST=cheshire_cat_vector_memory # <url of the cluster>
QDRANT_PORT=6333 # <port of the cluster, usually 6333>
QDRANT_API_KEY="" # optional <api-key>
CCAT_QDRANT_HOST=cheshire_cat_vector_memory # <url of the cluster>
CCAT_QDRANT_PORT=6333 # <port of the cluster, usually 6333>
CCAT_QDRANT_API_KEY="" # optional <api-key>
```

## Cat + Reverse proxy
Expand Down

0 comments on commit 802de62

Please sign in to comment.