From 5ad32e211fefeaa94f635818971364ff0bc5917f Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Tue, 7 Mar 2023 14:23:56 -0500 Subject: [PATCH] update docker-compose --- README.md | 1 + docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc0f3ffcc2..d9a088d75e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ 2023-03-07 Due to increased interest in the repo, I've dockerized the app as of this update for quick setup! See setup instructions below. I realize this still takes some time with installing docker dependencies, so it's on the roadmap to have a deployed demo. Besides this, I've made major improvements for a lot of the existing features across the board, mainly UI/UX. + Also worth noting, the method to access the Free Version is no longer working, so I've removed it from model selection until further notice. diff --git a/docker-compose.yml b/docker-compose.yml index 51477b26fe..1475e80c4d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: restart: always environment: - PORT=3080 - - MONGO_URI=mongodb://mongodb:27017 + - MONGO_URI=mongodb://mongodb:27017/chatgpt-clone - OPENAI_KEY="" - CHATGPT_TOKEN="" - BING_TOKEN=""