Update configuration paths in librechat.yaml and stack.env for container compatibility
Some checks failed
Sync Locize Translations & Create Translation PR / Sync Translation Keys with Locize (push) Has been cancelled
Sync Locize Translations & Create Translation PR / Create Translation PR on Version Published (push) Has been cancelled

This commit is contained in:
2025-12-10 01:54:39 +00:00
parent 3787541733
commit 271a574f46
2 changed files with 4 additions and 3 deletions

View File

@@ -233,7 +233,7 @@ mcpServers:
- /mnt/biz-bud - /mnt/biz-bud
- /mnt/portainer - /mnt/portainer
- /mnt/repos - /mnt/repos
iconPath: /home/user/LibreChat/client/public/assets/logo.svg # iconPath: /app/client/public/assets/logo.svg # Fixed: use container path if logo exists
# mcp-obsidian: # mcp-obsidian:
# command: npx # command: npx
# args: # args:

View File

@@ -72,8 +72,9 @@ DEBUG_CONSOLE=false
# Configuration # # Configuration #
#===============# #===============#
# Use an absolute path, a relative path, or a URL # Use an absolute path, a relative path, or a URL
# Note: Using mounted file from deploy-compose.swarm.yml instead of remote URL
CONFIG_PATH=https://git.baked.rocks/vasceannie/LibreChat/raw/branch/main/librechat.yaml CONFIG_PATH=/app/librechat.yaml
#===================================================# #===================================================#
# Endpoints # # Endpoints #
@@ -90,7 +91,7 @@ PROXY=
# ANYSCALE_API_KEY= # ANYSCALE_API_KEY=
# APIPIE_API_KEY= # APIPIE_API_KEY=
COHERE_API_KEY=user_provided # COHERE_API_KEY=user_provided # Duplicate removed - see line 779 for actual value
DEEPSEEK_API_KEY=user_provided DEEPSEEK_API_KEY=user_provided
# DATABRICKS_API_KEY= # DATABRICKS_API_KEY=
FIREWORKS_API_KEY=user_provided FIREWORKS_API_KEY=user_provided