fix: correct frontend image name in docker-compose configuration

This commit is contained in:
Siddhant Rai
2025-08-28 18:21:54 +05:30
parent 5b7c7a4471
commit 56e5aba559

View File

@@ -1,7 +1,8 @@
name: docsgpt-oss
services:
frontend:
image: arc53/docsgpt:develop
image: arc53/docsgpt-fe:develop
environment:
- VITE_API_HOST=http://localhost:7091
- VITE_API_STREAMING=$VITE_API_STREAMING
@@ -10,6 +11,7 @@ services:
depends_on:
- backend
backend:
user: root
image: arc53/docsgpt:develop
@@ -33,6 +35,7 @@ services:
- redis
- mongo
worker:
user: root
image: arc53/docsgpt:develop