Skip to content

Commit 14addd5

Browse files
Alexey Panfilovclaude
andcommitted
fix: pass EMBED_API_KEY to container in docker-compose
Required for HuggingFace TEI embedding provider. Defaults to empty string so existing deployments using Gemini embeddings are unaffected. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent def7064 commit 14addd5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
- DEEPSEEK_API_KEY=${DEEPSEEK_API_KEY}
1111
- GEMINI_API_KEY=${GEMINI_API_KEY}
1212
- QWEN_API_KEY=${QWEN_API_KEY:-}
13+
- EMBED_API_KEY=${EMBED_API_KEY:-}
1314
- TZ=${TZ:-Europe/Belgrade}
1415
volumes:
1516
- ./data:/app/data

0 commit comments

Comments
 (0)