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:
parent
18cec25fc9
commit
49f5c20757
2 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ${DB_PATH:-./data/haiku.rag.lancedb}:/data
|
- ${DB_PATH:-./data/haiku.rag.lancedb}:/data
|
||||||
- ./backend:/app/src:ro
|
- ./backend:/app/src:ro
|
||||||
|
- ./haiku.rag.yaml:/app/haiku.rag.yaml:ro
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@ services:
|
||||||
- LOGFIRE_TOKEN=${LOGFIRE_TOKEN:-}
|
- LOGFIRE_TOKEN=${LOGFIRE_TOKEN:-}
|
||||||
volumes:
|
volumes:
|
||||||
- ${DB_PATH:-./data/haiku.rag.lancedb}:/data
|
- ${DB_PATH:-./data/haiku.rag.lancedb}:/data
|
||||||
|
- ./haiku.rag.yaml:/app/haiku.rag.yaml:ro
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue