fix: attach litellm to shared dashboard network
Deploy Dashboard (Dev) / deploy-dev (push) Successful in 2m34s

Connect LiteLLM to nas-dashboard_internal and point dashboard-dev to the litellm container hostname so health probes work without host-loopback routing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Gan, Jimmy
2026-03-02 03:31:44 +08:00
parent 6cabbd6c59
commit 9bae5a62a5
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -13,6 +13,8 @@ services:
- "127.0.0.1:${LITELLM_PORT:-4005}:4005"
volumes:
- ./config:/config:ro
networks:
- nas-dashboard_internal
command:
- "--config"
- "/config/litellm.yaml"
@@ -25,3 +27,7 @@ services:
options:
max-size: "10m"
max-file: "3"
networks:
nas-dashboard_internal:
external: true