LLM_PROVIDER_ENC_KEY

This commit is contained in:
2026-07-14 09:06:48 +08:00
parent 9250254dec
commit 03c7c30067
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ services:
CLOUD_ENVIRONMENT: production
CLOUD_DATABASE_URL: postgresql+psycopg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}
CLOUD_TRUST_PROXY_HEADERS: ${CLOUD_TRUST_PROXY_HEADERS:-false}
CLOUD_LLM_PROVIDER_ENCRYPTION_KEY: ${CLOUD_LLM_PROVIDER_ENCRYPTION_KEY}
ports:
- "${CLOUD_API_PORT:-8001}:8001"
depends_on: