Skip to content

Commit 09524bc

Browse files
committed
chore(docs): update local dev setup guide
1 parent 90d6329 commit 09524bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/development-setup/sandbox.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ Once the containers are healthy, the following services are available:
5050
| **Keycloak** | Identity & Access Management | [http://localhost:8080](https://www.google.com/search?q=http://localhost:8080) |
5151
| **n8n** | Workflow Automation | [http://localhost:5678](https://www.google.com/search?q=http://localhost:5678) |
5252
| **Postgres** | Primary DB (v18.0) | `localhost:5432` |
53-
| **Ollama** | Local LLM Runner (Optional) | `localhost:11434` |
54-
| **Qdrant** | Vector Database (Optional) | `localhost:6333` |
5553

5654
## Automated Provisioning Details
5755

@@ -71,4 +69,3 @@ Data is persisted across restarts using named Docker volumes. If you need to **w
7169

7270
- `n8n_storage`: Stores the `.n8n` folder, including SQLite (if used), binary data, and installed nodes.
7371
- `postgres_storage`: Stores the physical database files for both n8n and Keycloak.
74-
- `ollama_storage` / `qdrant_storage`: (Reserved) Stores downloaded AI models and vector embeddings.

0 commit comments

Comments
 (0)