1
1
services :
2
2
peerprep :
3
3
build : peerprep
4
- image : distractedcat /peerprep
4
+ image : modembcc /peerprep:7.0.3
5
5
env_file :
6
6
- peerprep/.env
7
7
ports :
@@ -15,10 +15,9 @@ services:
15
15
path : peerprep
16
16
target : /frontend
17
17
18
-
19
18
user-service :
20
19
build : user-service
21
- image : distractedcat /user-service
20
+ image : modembcc /user-service:6.0.0
22
21
volumes :
23
22
- /user-service/node_modules
24
23
env_file :
@@ -35,7 +34,7 @@ services:
35
34
36
35
backend :
37
36
build : backend
38
- image : distractedcat /backend
37
+ image : modembcc /backend:6.0.0
39
38
env_file :
40
39
- backend/.env
41
40
ports :
@@ -74,7 +73,7 @@ services:
74
73
75
74
matching-service :
76
75
build : matching-service
77
- image : distractedcat /matching-service
76
+ image : modembcc /matching-service:6.0.0
78
77
env_file :
79
78
- matching-service/.env
80
79
extra_hosts :
@@ -90,7 +89,7 @@ services:
90
89
91
90
matching-service-api :
92
91
build : matching-service-api
93
- image : distractedcat /matching-service-api
92
+ image : modembcc /matching-service-api:6.0.0
94
93
env_file :
95
94
- matching-service-api/.env
96
95
extra_hosts :
@@ -108,7 +107,7 @@ services:
108
107
109
108
storage-blob-api :
110
109
build : storage-blob-api
111
- image : distractedcat /storage-blob-api
110
+ image : modembcc /storage-blob-api:6.0.0
112
111
env_file :
113
112
- storage-blob-api/.env
114
113
extra_hosts :
@@ -125,7 +124,7 @@ services:
125
124
126
125
collab :
127
126
build : collab
128
- image : distractedcat /collab
127
+ image : modembcc /collab:7.0.3
129
128
env_file :
130
129
- collab/.env
131
130
ports :
@@ -138,7 +137,7 @@ services:
138
137
139
138
formatter :
140
139
build : formatter
141
- image : distractedcat /formatter
140
+ image : modembcc /formatter:6.0.0
142
141
extra_hosts :
143
142
- " host.docker.internal:host-gateway"
144
143
ports :
@@ -151,7 +150,7 @@ services:
151
150
152
151
comms :
153
152
build : comms
154
- image : distractedcat /comms
153
+ image : modembcc /comms:7.0.0
155
154
# env_file:
156
155
# - comms/.env
157
156
ports :
@@ -164,7 +163,7 @@ services:
164
163
165
164
nginx :
166
165
build : nginx
167
- image : distractedcat /nginx
166
+ image : modembcc /nginx:6.0.0
168
167
volumes :
169
168
- ./nginx/nginx.conf:/etc/nginx/internal.conf
170
169
ports :
@@ -175,10 +174,10 @@ services:
175
174
- user-service
176
175
- storage-blob-api
177
176
- matching-service-api
178
-
177
+
179
178
inbound-gateway :
180
179
build : inbound-gateway
181
- image : wzwren /inbound-gateway
180
+ image : modembcc /inbound-gateway:6.0.1
182
181
ports :
183
182
- " 80:80"
184
183
volumes :
0 commit comments