This commit is contained in:
2026-03-06 21:00:42 +08:00
parent 52d956ec11
commit dfe8e50f76
2 changed files with 2 additions and 9 deletions

View File

@@ -20,13 +20,6 @@ services:
environment:
- PYTHONDONTWRITEBYTECODE=1 # Prevents Python from writing .pyc files
- PYTHONUNBUFFERED=1 # Ensures Python output is sent straight to terminal
- CHROMA_DB_PATH=/app/chroma_db
- CHROMA_COLLECTION_NAME=memories
- SQLITE_DB_PATH=/app/graph_store.db
- OLLAMA_HOST=http://ollama:11434
- OLLAMA_LLM_MODEL=llama3.2
- OLLAMA_EMBEDDER_MODEL=nomic-embed-text
- HISTORY_DB_PATH=/app/history/history.db
depends_on:
ollama:
condition: service_healthy