Mount haiku.rag.yaml config in docker compose

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Yiorgis Gozadinos 2026-01-08 15:41:19 +02:00
parent 18cec25fc9
commit 49f5c20757
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@ services:
volumes:
- ${DB_PATH:-./data/haiku.rag.lancedb}:/data
- ./backend:/app/src:ro
- ./haiku.rag.yaml:/app/haiku.rag.yaml:ro
extra_hosts:
- "host.docker.internal:host-gateway"

View file

@ -13,6 +13,7 @@ services:
- LOGFIRE_TOKEN=${LOGFIRE_TOKEN:-}
volumes:
- ${DB_PATH:-./data/haiku.rag.lancedb}:/data
- ./haiku.rag.yaml:/app/haiku.rag.yaml:ro
extra_hosts:
- "host.docker.internal:host-gateway"