mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-02 16:48:50 +01:00
Release: rename project from ChatGPT Clone to LibreChat in various files and configurations (#454)
This commit is contained in:
parent
f845192d2d
commit
638faf9850
13 changed files with 26 additions and 35 deletions
|
|
@ -14,7 +14,7 @@ services:
|
|||
# depends_on:
|
||||
# - api
|
||||
api:
|
||||
container_name: chat-clone
|
||||
container_name: LibreChat
|
||||
ports:
|
||||
- 3080:3080 # Change it to 9000:3080 to use nginx
|
||||
depends_on:
|
||||
|
|
@ -30,7 +30,7 @@ services:
|
|||
environment:
|
||||
- HOST=0.0.0.0
|
||||
- NODE_ENV=production
|
||||
- MONGO_URI=mongodb://mongodb:27017/chatgpt-clone
|
||||
- MONGO_URI=mongodb://mongodb:27017/LibreChat
|
||||
# - CHATGPT_REVERSE_PROXY=http://host.docker.internal:8080/api/conversation # if you are hosting your own chatgpt reverse proxy
|
||||
- MEILI_HOST=http://meilisearch:7700
|
||||
- MEILI_HTTP_ADDR=meilisearch:7700
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue