mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-05-10 03:01:38 +08:00
feat:update litellm api-key
This commit is contained in:
@@ -9,3 +9,13 @@ additionalProperties:
|
|||||||
type: number
|
type: number
|
||||||
edit: true
|
edit: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
|
- default: sk-1234
|
||||||
|
envKey: LITELLM_MASTER_KEY
|
||||||
|
label:
|
||||||
|
en: LITELLM_MASTER_KEY
|
||||||
|
zh: LITELLM密钥
|
||||||
|
required: true
|
||||||
|
type: text
|
||||||
|
edit: true
|
||||||
|
rule: paramCommon
|
||||||
|
values: []
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
DATABASE_URL: "postgresql://llmproxy:dbpassword9090@db:5432/litellm"
|
DATABASE_URL: "postgresql://llmproxy:dbpassword9090@db:5432/litellm"
|
||||||
STORE_MODEL_IN_DB: "True" # allows adding models to proxy via UI
|
STORE_MODEL_IN_DB: "True" # allows adding models to proxy via UI
|
||||||
|
LITELLM_MASTER_KEY: ${LITELLM_MASTER_KEY}
|
||||||
depends_on:
|
depends_on:
|
||||||
- db # Indicates that this service depends on the 'db' service, ensuring 'db' starts first
|
- db # Indicates that this service depends on the 'db' service, ensuring 'db' starts first
|
||||||
healthcheck: # Defines the health check configuration for the container
|
healthcheck: # Defines the health check configuration for the container
|
||||||
|
|||||||
Reference in New Issue
Block a user