mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-02-27 14:51:39 +00:00
running with docker-compose with .sh script for more convenience with Azure.
This commit is contained in:
@@ -19,9 +19,6 @@ services:
|
||||
- CELERY_BROKER_URL=redis://redis:6379/0
|
||||
- CELERY_RESULT_BACKEND=redis://redis:6379/1
|
||||
- MONGO_URI=mongodb://mongo:27017/docsgpt
|
||||
#- OPENAI_API_BASE=$OPENAI_API_BASE
|
||||
#- OPENAI_API_VERSION=$OPENAI_API_VERSION
|
||||
#- AZURE_DEPLOYMENT_NAME=$AZURE_DEPLOYMENT_NAME
|
||||
ports:
|
||||
- "5001:5001"
|
||||
volumes:
|
||||
@@ -42,9 +39,6 @@ services:
|
||||
- CELERY_RESULT_BACKEND=redis://redis:6379/1
|
||||
- MONGO_URI=mongodb://mongo:27017/docsgpt
|
||||
- API_URL=http://backend:5001
|
||||
#- OPENAI_API_BASE=$OPENAI_API_BASE
|
||||
#- OPENAI_API_VERSION=$OPENAI_API_VERSION
|
||||
#- AZURE_DEPLOYMENT_NAME=$AZURE_DEPLOYMENT_NAME
|
||||
depends_on:
|
||||
- redis
|
||||
- mongo
|
||||
|
||||
Reference in New Issue
Block a user