Finished dockerization

This commit is contained in:
2025-12-14 07:03:37 +01:00
parent 52d568e924
commit 8b94507aeb
6 changed files with 279 additions and 48 deletions

View File

@@ -1,4 +0,0 @@
FROM ghcr.io/danny-avila/librechat:latest
COPY librechat.yaml /app/librechat.yaml
COPY librechat_providers.js /app/librechat_providers.js

View File

@@ -1,10 +0,0 @@
[
{
"name": "LocalAgent",
"type": "openai",
"baseURL": "http://host.docker.internal:8000",
"apiKey": "sk-8b00d72c417740ea96efd9c3eeddd148",
"model": "local-deepseek-agent",
"custom": true
}
]