Spaces:
Running
Running
github-actions[bot] commited on
Commit ·
003948f
1
Parent(s): 5c043fc
deploy: f52ea51 — 更新 docker-compose.yml
Browse files- docker-compose.yml +1 -0
docker-compose.yml
CHANGED
|
@@ -30,6 +30,7 @@ services:
|
|
| 30 |
- ./litellm/config.yaml:/app/config.yaml:ro
|
| 31 |
- litellm_data:/app/data
|
| 32 |
environment:
|
|
|
|
| 33 |
- LITELLM_MASTER_KEY=${LITELLM_MASTER_KEY:-sk-gateway-master-key}
|
| 34 |
- LITELLM_SALT_KEY=${LITELLM_SALT_KEY:-}
|
| 35 |
- DATABASE_URL=postgresql://litellm:litellm@postgres:5432/litellm
|
|
|
|
| 30 |
- ./litellm/config.yaml:/app/config.yaml:ro
|
| 31 |
- litellm_data:/app/data
|
| 32 |
environment:
|
| 33 |
+
- STORE_MODEL_IN_DB=True
|
| 34 |
- LITELLM_MASTER_KEY=${LITELLM_MASTER_KEY:-sk-gateway-master-key}
|
| 35 |
- LITELLM_SALT_KEY=${LITELLM_SALT_KEY:-}
|
| 36 |
- DATABASE_URL=postgresql://litellm:litellm@postgres:5432/litellm
|