mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
chore(docker-compose.yml): instructions for CHATGPT_REVERSE_PROXY .env variable
This commit is contained in:
parent
e0b0b68346
commit
5dad9da918
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ services:
|
|||
- HOST=0.0.0.0
|
||||
- NODE_ENV=production
|
||||
- MONGO_URI=mongodb://mongodb:27017/chatgpt-clone
|
||||
# - 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
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue