feat:update litellm api-key

This commit is contained in:
arch3rPro
2025-10-13 02:04:30 +08:00
parent cacbafe597
commit 2a9a6a2761
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ services:
environment:
DATABASE_URL: "postgresql://llmproxy:dbpassword9090@db:5432/litellm"
STORE_MODEL_IN_DB: "True" # allows adding models to proxy via UI
LITELLM_MASTER_KEY: ${LITELLM_MASTER_KEY}
depends_on:
- db # Indicates that this service depends on the 'db' service, ensuring 'db' starts first
healthcheck: # Defines the health check configuration for the container