Skip to content

Commit 643043b

Browse files
committed
fix: revert API_URL to use backend service name in docker-compose
1 parent 73cfa0f commit 643043b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deployment/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ services:
4545
- CELERY_BROKER_URL=redis://redis:6379/0
4646
- CELERY_RESULT_BACKEND=redis://redis:6379/1
4747
- MONGO_URI=mongodb://mongo:27017/docsgpt
48-
- API_URL=http://host.docker.internal:7091
48+
- API_URL=http://backend:7091
4949
- CACHE_REDIS_URL=redis://redis:6379/2
5050
volumes:
5151
- ../application/indexes:/app/indexes

0 commit comments

Comments
 (0)