File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,23 @@ services:
4
4
container_name : api-gateway
5
5
build :
6
6
context : ./ApiGatewayService
7
+ image : api-gateway-image
7
8
ports :
8
9
- " 3001:3001"
9
10
10
11
auth-service :
11
12
container_name : auth-service
12
13
build :
13
14
context : ./AuthService
15
+ image : auth-service-image
14
16
# ports:
15
17
# - "3001:3001"
16
18
17
19
matching-service :
18
20
container_name : matching-service
19
21
build :
20
22
context : ./MatchingService
23
+ image : matching-service-image
21
24
ports :
22
25
- " 3005:3005"
23
26
stdin_open : true
@@ -26,19 +29,22 @@ services:
26
29
container_name : question-service
27
30
build :
28
31
context : ./QuestionService
32
+ image : question-service-image
29
33
# ports:
30
34
# - "3001:3001"
31
35
32
36
user-service :
33
37
container_name : user-service
34
38
build :
35
39
context : ./UserService
40
+ image : user-service-image
36
41
# ports:
37
42
# - "3001:3001"
38
43
39
44
frontend :
40
45
container_name : frontend
41
46
build :
42
47
context : ./frontend
48
+ image : frontend-image
43
49
ports :
44
50
- " 3000:3000"
You can’t perform that action at this time.
0 commit comments