fix: use dedicated LiteLLM port setting

This commit is contained in:
Codex
2026-07-22 00:54:32 -07:00
parent 6d91069f23
commit 54334af97a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ services:
volumes:
- ./config.yaml:/app/config.yaml:ro
- google-adc:/credentials:ro
command: ["--config", "/app/config.yaml", "--host", "${LISTEN_IP:-127.0.0.1}", "--port", "${HOST_PORT:-4000}"]
command: ["--config", "/app/config.yaml", "--host", "${LISTEN_IP:-127.0.0.1}", "--port", "${LITELLM_PORT:-1049}"]
logging:
driver: json-file
options: