Release: rename project from ChatGPT Clone to LibreChat in various files and configurations (#454)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user