mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
refactor: Mount Config File in Docker and Add to .dockerignore (#1493)
This commit is contained in:
parent
9864fc8700
commit
8848b8a569
2 changed files with 3 additions and 1 deletions
|
|
@ -2,4 +2,5 @@
|
||||||
client/dist/images
|
client/dist/images
|
||||||
data-node
|
data-node
|
||||||
.env
|
.env
|
||||||
**/.env
|
**/.env
|
||||||
|
librechat.yaml
|
||||||
|
|
@ -32,6 +32,7 @@ services:
|
||||||
- ./.env.development:/app/.env.development
|
- ./.env.development:/app/.env.development
|
||||||
- ./.env.production:/app/.env.production
|
- ./.env.production:/app/.env.production
|
||||||
- ./images:/app/client/public/images
|
- ./images:/app/client/public/images
|
||||||
|
- ./librechat.yaml:/app/librechat.yaml
|
||||||
mongodb:
|
mongodb:
|
||||||
container_name: chat-mongodb
|
container_name: chat-mongodb
|
||||||
image: mongo
|
image: mongo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue