mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-06 18:48:50 +01:00
chore: update docker-compose for interchangeable env for search, uninstalled unused deps
This commit is contained in:
parent
853b4dfd49
commit
c2967eafa4
4 changed files with 9 additions and 482 deletions
|
|
@ -29,6 +29,8 @@ services:
|
|||
- HOST=0.0.0.0
|
||||
- NODE_ENV=production
|
||||
- MONGO_URI=mongodb://mongodb:27017/chatgpt-clone
|
||||
- MEILI_HOST=http://meilisearch:7700
|
||||
- MEILI_HTTP_ADDR=meilisearch:7700
|
||||
volumes:
|
||||
- /client/node_modules
|
||||
- ./api:/api
|
||||
|
|
@ -48,5 +50,8 @@ services:
|
|||
- 7700:7700
|
||||
env_file:
|
||||
- ./api/.env
|
||||
environment:
|
||||
- MEILI_HOST=http://meilisearch:7700
|
||||
- MEILI_HTTP_ADDR=meilisearch:7700
|
||||
volumes:
|
||||
- ./meili_data:/meili_data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue