File tree Expand file tree Collapse file tree 1 file changed +0
-91
lines changed Expand file tree Collapse file tree 1 file changed +0
-91
lines changed Original file line number Diff line number Diff line change @@ -32,27 +32,6 @@ services:
32
32
networks :
33
33
- peer-prep-network
34
34
35
- history-service :
36
- build : ./HistoryService
37
- ports :
38
- - 3006:3006
39
- volumes :
40
- - ./HistoryService:/app
41
- - /app/node_modules # Anonymous Volume
42
- networks :
43
- - peer-prep-network
44
- depends_on :
45
- - history-service-database
46
-
47
- history-service-database :
48
- image : mysql:latest
49
- ports :
50
- - 3306:3306
51
- environment :
52
- - MYSQL_ALLOW_EMPTY_PASSWORD=1
53
- networks :
54
- - peer-prep-network
55
-
56
35
question-service :
57
36
build : ./QuestionService
58
37
ports :
@@ -71,81 +50,11 @@ services:
71
50
networks :
72
51
- peer-prep-network
73
52
74
- matching-service :
75
- build : ./MatchingService
76
- ports :
77
- - " 3004:3004"
78
- depends_on :
79
- - matching-service-database
80
- - rabbitmq
81
- networks :
82
- - peer-prep-network
83
-
84
- matching-service-database :
85
- image : mongo:latest
86
- ports :
87
- - " 27020:27017"
88
- volumes :
89
- - matching_service_database_volume:/data/db
90
- networks :
91
- - peer-prep-network
92
-
93
- # Rabbitmq service
94
- rabbitmq :
95
- image : rabbitmq:latest
96
- ports :
97
- # AMQP protocol port
98
- - " 5672:5672"
99
- # HTTP management UI
100
- - " 15672:15672"
101
- networks :
102
- - peer-prep-network
103
-
104
- collaboration-service :
105
- build : ./CollaborationService
106
- ports :
107
- - " 3005:3005"
108
- depends_on :
109
- - collaboration-service-database
110
- networks :
111
- - peer-prep-network
112
-
113
- collaboration-service-database :
114
- image : mongo:latest
115
- ports :
116
- - " 27021:27017"
117
- volumes :
118
- - collaboration_service_database_volume:/data/db
119
- networks :
120
- - peer-prep-network
121
-
122
- communication-service :
123
- build : ./CommunicationService
124
- ports :
125
- - " 3007:3007"
126
- networks :
127
- - peer-prep-network
128
-
129
- gpt-service :
130
- build : ./GptService
131
- ports :
132
- - " 3008:3008"
133
- env_file :
134
- - ./GptService/.env
135
- networks :
136
- - peer-prep-network
137
-
138
53
networks :
139
54
peer-prep-network :
140
55
driver : bridge
141
56
142
57
volumes :
143
- matching_service_database_volume :
144
- driver : local
145
-
146
- collaboration_service_database_volume :
147
- driver : local
148
-
149
58
question_service_database_volume :
150
59
driver : local
151
60
You can’t perform that action at this time.
0 commit comments