fix: pass CC_KIRO_API_KEY to litellm container
Run Tests / Frontend Tests (push) Has been cancelled
Run Tests / Test Summary (push) Has been cancelled
Run Tests / Backend Tests (push) Has started running

This commit is contained in:
Gan, Jimmy
2026-04-02 23:19:27 +08:00
parent 09acdcf868
commit 2f30f2061f
+1
View File
@@ -9,6 +9,7 @@ services:
- .env - .env
environment: environment:
- LITELLM_MASTER_KEY=${LITELLM_MASTER_KEY:-} - LITELLM_MASTER_KEY=${LITELLM_MASTER_KEY:-}
- CC_KIRO_API_KEY=${CC_KIRO_API_KEY:-}
ports: ports:
- "127.0.0.1:${LITELLM_PORT:-4005}:4005" - "127.0.0.1:${LITELLM_PORT:-4005}:4005"
volumes: volumes: