mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-09 03:58:51 +01:00
remove 'MEILI_HTTP_ADDR' (#1475)
This commit is contained in:
parent
2b3fa327a3
commit
3f98f92d4c
9 changed files with 0 additions and 18 deletions
|
|
@ -467,12 +467,6 @@ For the API server to connect to the search server. Replace '0.0.0.0' with 'meil
|
|||
MEILI_HOST=http://0.0.0.0:7700
|
||||
```
|
||||
|
||||
MeiliSearch HTTP Address, mainly for docker-compose to expose the search server. Replace '0.0.0.0' with 'meilisearch' if serving MeiliSearch with docker-compose.
|
||||
|
||||
```bash
|
||||
MEILI_HTTP_ADDR=0.0.0.0:7700
|
||||
```
|
||||
|
||||
This master key must be at least 16 bytes, composed of valid UTF-8 characters. MeiliSearch will throw an error and refuse to launch if no master key is provided or if it is under 16 bytes. MeiliSearch will suggest a secure autogenerated master key. This is a ready made secure key for docker-compose, you can replace it with your own.
|
||||
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ Follow [this guide](../configuration/ai_setup.md) to populate the containers wit
|
|||
HOST=0.0.0.0
|
||||
MONGO_URI=mongodb://librechat-mongodb:27017/LibreChat
|
||||
MEILI_HOST=http://librechat-meilisearch:7700
|
||||
MEILI_HTTP_ADDR=librechat-meilisearch:7700
|
||||
MEILI_NO_ANALYTICS=true
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -107,13 +107,11 @@ For more info see:
|
|||
- MONGO_URI=mongodb://mongodb:27017/LibreChat
|
||||
# ...
|
||||
- MEILI_HOST=http://meilisearch:7700
|
||||
- MEILI_HTTP_ADDR=meilisearch:7700
|
||||
# ...
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- MEILI_HOST=http://meilisearch:7700
|
||||
- MEILI_HTTP_ADDR=meilisearch:7700
|
||||
```
|
||||
|
||||
- If for some reason you're not able to build the app image, you can pull the latest image from **Dockerhub**.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue