We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7c7a4 commit 56e5abaCopy full SHA for 56e5aba
deployment/docker-compose-hub.yaml
@@ -1,7 +1,8 @@
1
name: docsgpt-oss
2
services:
3
+
4
frontend:
- image: arc53/docsgpt:develop
5
+ image: arc53/docsgpt-fe:develop
6
environment:
7
- VITE_API_HOST=http://localhost:7091
8
- VITE_API_STREAMING=$VITE_API_STREAMING
@@ -10,6 +11,7 @@ services:
10
11
depends_on:
12
- backend
13
14
15
backend:
16
user: root
17
image: arc53/docsgpt:develop
@@ -33,6 +35,7 @@ services:
33
35
- redis
34
36
- mongo
37
38
39
worker:
40
41
0 commit comments