From 271a574f46d6176adeca52e428616aa63bf3f198 Mon Sep 17 00:00:00 2001 From: Travis Vasceannie Date: Wed, 10 Dec 2025 01:54:39 +0000 Subject: [PATCH] Update configuration paths in librechat.yaml and stack.env for container compatibility --- librechat.yaml | 2 +- stack.env | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/librechat.yaml b/librechat.yaml index efdcc68d6..72c19ebd1 100644 --- a/librechat.yaml +++ b/librechat.yaml @@ -233,7 +233,7 @@ mcpServers: - /mnt/biz-bud - /mnt/portainer - /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: # command: npx # args: diff --git a/stack.env b/stack.env index b1354040a..cfb144ead 100644 --- a/stack.env +++ b/stack.env @@ -72,8 +72,9 @@ DEBUG_CONSOLE=false # Configuration # #===============# # 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 # @@ -90,7 +91,7 @@ PROXY= # ANYSCALE_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 # DATABRICKS_API_KEY= FIREWORKS_API_KEY=user_provided