Skip to content

Commit 56e5aba

Browse files
committed
fix: correct frontend image name in docker-compose configuration
1 parent 5b7c7a4 commit 56e5aba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deployment/docker-compose-hub.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: docsgpt-oss
22
services:
3+
34
frontend:
4-
image: arc53/docsgpt:develop
5+
image: arc53/docsgpt-fe:develop
56
environment:
67
- VITE_API_HOST=http://localhost:7091
78
- VITE_API_STREAMING=$VITE_API_STREAMING
@@ -10,6 +11,7 @@ services:
1011
depends_on:
1112
- backend
1213

14+
1315
backend:
1416
user: root
1517
image: arc53/docsgpt:develop
@@ -33,6 +35,7 @@ services:
3335
- redis
3436
- mongo
3537

38+
3639
worker:
3740
user: root
3841
image: arc53/docsgpt:develop

0 commit comments

Comments
 (0)