From e0f45f9ce0ed8a7ea3b700f53ddb8ba58a2d1151 Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Tue, 7 Apr 2026 13:26:55 +0900 Subject: [PATCH] =?UTF-8?q?fix(deploy):=20primary=20endpoint=208801?= =?UTF-8?q?=EB=A1=9C=20=EA=B0=B1=EC=8B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ai-gateway 환경 변수 PRIMARY_ENDPOINT를 8800 → 8801로 갱신. mlx-proxy 경유 라우팅에 맞춰 정합성 확보. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 41dca5c..b55599a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -50,7 +50,7 @@ services: ports: - "127.0.0.1:8081:8080" environment: - - PRIMARY_ENDPOINT=http://100.76.254.116:8800/v1/chat/completions + - PRIMARY_ENDPOINT=http://100.76.254.116:8801/v1/chat/completions - FALLBACK_ENDPOINT=http://ollama:11434/v1/chat/completions - CLAUDE_API_KEY=${CLAUDE_API_KEY:-} - DAILY_BUDGET_USD=${DAILY_BUDGET_USD:-5.00}