Update configuration paths in librechat.yaml and stack.env for container compatibility
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user