Problems with deploy on render.com #5591
mattw0110
started this conversation in
Help Wanted
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Cant seem to figure out how to include librechat.yaml on render.com deployment.
When i check shell can confirm its not in /app/
Locally this loads and works, but when I deploy on render.com I am getting this error
2025-02-02 00:19:55 error: Config file YAML format is invalid: ENOENT: no such file or directory, open '/app/librechat.yaml'
This is my docker-compose.override.yml:
services:
api:
volumes:
- type: bind
source: ./librechat.yaml
target: /app/librechat.yaml
mongodb:
image: mongo:8.0.4
version: 1.2.1
cache: true
endpoints:
custom:
- name: 'OpenRouter'
apiKey: '${OPENROUTER_KEY}'
baseURL: 'https://openrouter.ai/api/v1'
models:
default:
[
'deepseek/deepseek-r1:free',
'deepseek/deepseek-chat',
'deepseek/deepseek-chat-v2.5',
'deepseek/deepseek-coder',
]
fetch: true
titleConvo: true
titleModel: 'current_model'
summarize: false
summaryModel: 'current_model'
forcePrompt: false
modelDisplayLabel: 'OpenRouter'
Beta Was this translation helpful? Give feedback.
All reactions