From 6c1086046ff65be103ae546fba41db3bc76bee0e Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Wed, 25 Mar 2026 18:35:43 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20add=20LLM=5FPOOL=5FURL=20to=20gateway=20?= =?UTF-8?q?env=20=E2=80=94=20was=20using=20localhost=20instead=20of=20llm-?= =?UTF-8?q?pool?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 5450707..88fc582 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -153,6 +153,7 @@ services: - SLACK_BOT_TOKEN=${SLACK_BOT_TOKEN:-} - SLACK_SIGNING_SECRET=${SLACK_SIGNING_SECRET:-} - SLACK_APP_TOKEN=${SLACK_APP_TOKEN:-} + - LLM_POOL_URL=http://llm-pool:8004 - LOG_LEVEL=INFO restart: unless-stopped healthcheck: