mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-26 16:01:04 +00:00
Keep new LiteLLM installs script-free while preserving legacy cached keys during upgrades. Simplify QuestDB and Directus initialization to the path, permission, and credential compatibility behavior proven necessary by real 1Panel install and upgrade tests.
11 lines
343 B
Bash
11 lines
343 B
Bash
CONTAINER_NAME=litellm-compose-check
|
|
PANEL_APP_PORT_HTTP=4000
|
|
PANEL_DB_TYPE=postgresql
|
|
PANEL_DB_HOST=postgresql
|
|
PANEL_DB_PORT=5432
|
|
PANEL_DB_NAME=litellm
|
|
PANEL_DB_USER=litellm
|
|
PANEL_DB_USER_PASSWORD=replace-with-a-database-password
|
|
LITELLM_MASTER_KEY=sk-replace-with-a-strong-master-key
|
|
LITELLM_SALT_KEY=sk-replace-with-a-stable-encryption-key
|