From 6cabbd6c59c0a6d4f72aff0476d6d87861af5510 Mon Sep 17 00:00:00 2001 From: "Gan, Jimmy" Date: Mon, 2 Mar 2026 03:23:01 +0800 Subject: [PATCH] fix: set dev dashboard LiteLLM URL to host gateway Point dashboard-dev LiteLLM health checks at host.docker.internal so the container can reach the NAS LiteLLM service bound on localhost. Co-Authored-By: Claude Opus 4.6 (1M context) --- dashboard/docker-compose.dev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/docker-compose.dev.yml b/dashboard/docker-compose.dev.yml index 4bac144..0c47268 100644 --- a/dashboard/docker-compose.dev.yml +++ b/dashboard/docker-compose.dev.yml @@ -21,6 +21,7 @@ services: - TELEGRAM_CHAT_ID=${TELEGRAM_CHAT_ID:-} - TELEGRAM_PROXY=${TELEGRAM_PROXY:-} - CORS_ORIGINS=https://dev.nas.jimmygan.com,https://dev.nas.jimmygan.com:8443 + - LITELLM_URL=http://host.docker.internal:4005 volumes: - /volume1:/volume1 - /volume1/docker/nas-dashboard/ssh/dashboard_terminal:/app/ssh/id_ed25519:ro