File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,21 @@ services:
18
18
ports :
19
19
- " 3002:3002"
20
20
21
+ collab-service :
22
+ build :
23
+ context : ./Backend/CollabService
24
+ dockerfile : Dockerfile
25
+ ports :
26
+ - " 3004:3004" # change the first port number xxxx:3004 to suit your needs
27
+ - " 1234:1234"
28
+
29
+ history-service :
30
+ build :
31
+ context : ./Backend/HistoryService
32
+ dockerfile : Dockerfile
33
+ ports :
34
+ - " 3005:3005" # change the first port number xxxx:3004 to suit your needs
35
+
21
36
matching-service :
22
37
build :
23
38
context : ./Backend/MatchingService
@@ -29,14 +44,6 @@ services:
29
44
depends_on :
30
45
question-service :
31
46
condition : service_healthy
32
-
33
- collab-service :
34
- build :
35
- context : ./Backend/CollabService
36
- dockerfile : Dockerfile
37
- ports :
38
- - " 3004:3004" # change the first port number xxxx:3004 to suit your needs
39
- - " 1234:1234"
40
47
41
48
frontend :
42
49
build :
You can’t perform that action at this time.
0 commit comments