mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02: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
|
@ -32,6 +32,7 @@ services:
|
|||
- ./.env.development:/app/.env.development
|
||||
- ./.env.production:/app/.env.production
|
||||
- ./images:/app/client/public/images
|
||||
- ./librechat.yaml:/app/librechat.yaml
|
||||
mongodb:
|
||||
container_name: chat-mongodb
|
||||
image: mongo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue