fix: add LLM_POOL_URL to gateway env — was using localhost instead of llm-pool

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-25 18:35:43 -06:00
parent dd80e2b822
commit 6c1086046f

View File

@@ -153,6 +153,7 @@ services:
- SLACK_BOT_TOKEN=${SLACK_BOT_TOKEN:-} - SLACK_BOT_TOKEN=${SLACK_BOT_TOKEN:-}
- SLACK_SIGNING_SECRET=${SLACK_SIGNING_SECRET:-} - SLACK_SIGNING_SECRET=${SLACK_SIGNING_SECRET:-}
- SLACK_APP_TOKEN=${SLACK_APP_TOKEN:-} - SLACK_APP_TOKEN=${SLACK_APP_TOKEN:-}
- LLM_POOL_URL=http://llm-pool:8004
- LOG_LEVEL=INFO - LOG_LEVEL=INFO
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck: