-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcompose.yml
More file actions
253 lines (212 loc) · 3.81 KB
/
Copy pathcompose.yml
File metadata and controls
253 lines (212 loc) · 3.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
x-worker-template: &worker-template
build:
context: ./worker
dockerfile: Dockerfile
network_mode: host
services:
routini:
build:
context: .
dockerfile: routini/Dockerfile
network_mode: host
depends_on:
- worker-1
- worker-2
- worker-3
- worker-4
- worker-5
- worker-6
- worker-7
- worker-8
- worker-9
- worker-10
- worker-11
- worker-12
- worker-13
- worker-14
- worker-15
- worker-16
- worker-17
- worker-18
- worker-19
- worker-20
- worker-21
- worker-22
- worker-23
- worker-24
- worker-25
- worker-26
- worker-27
- worker-28
- worker-29
- worker-30
- worker-31
- worker-32
- worker-33
- worker-34
- worker-35
- worker-36
- worker-37
- worker-38
- worker-39
- worker-40
worker-1:
<<: *worker-template
environment:
- PORT=4001
worker-2:
<<: *worker-template
environment:
- PORT=4002
worker-3:
<<: *worker-template
environment:
- PORT=4003
worker-4:
<<: *worker-template
environment:
- PORT=4004
worker-5:
<<: *worker-template
environment:
- PORT=4005
worker-6:
<<: *worker-template
environment:
- PORT=4006
worker-7:
<<: *worker-template
environment:
- PORT=4007
worker-8:
<<: *worker-template
environment:
- PORT=4008
worker-9:
<<: *worker-template
environment:
- PORT=4009
worker-10:
<<: *worker-template
environment:
- PORT=4010
worker-11:
<<: *worker-template
environment:
- PORT=4011
worker-12:
<<: *worker-template
environment:
- PORT=4012
worker-13:
<<: *worker-template
environment:
- PORT=4013
worker-14:
<<: *worker-template
environment:
- PORT=4014
worker-15:
<<: *worker-template
environment:
- PORT=4015
worker-16:
<<: *worker-template
environment:
- PORT=4016
worker-17:
<<: *worker-template
environment:
- PORT=4017
worker-18:
<<: *worker-template
environment:
- PORT=4018
worker-19:
<<: *worker-template
environment:
- PORT=4019
worker-20:
<<: *worker-template
environment:
- PORT=4020
worker-21:
<<: *worker-template
environment:
- PORT=4021
worker-22:
<<: *worker-template
environment:
- PORT=4022
worker-23:
<<: *worker-template
environment:
- PORT=4023
worker-24:
<<: *worker-template
environment:
- PORT=4024
worker-25:
<<: *worker-template
environment:
- PORT=4025
worker-26:
<<: *worker-template
environment:
- PORT=4026
worker-27:
<<: *worker-template
environment:
- PORT=4027
worker-28:
<<: *worker-template
environment:
- PORT=4028
worker-29:
<<: *worker-template
environment:
- PORT=4029
worker-30:
<<: *worker-template
environment:
- PORT=4030
worker-31:
<<: *worker-template
environment:
- PORT=4031
worker-32:
<<: *worker-template
environment:
- PORT=4032
worker-33:
<<: *worker-template
environment:
- PORT=4033
worker-34:
<<: *worker-template
environment:
- PORT=4034
worker-35:
<<: *worker-template
environment:
- PORT=4035
worker-36:
<<: *worker-template
environment:
- PORT=4036
worker-37:
<<: *worker-template
environment:
- PORT=4037
worker-38:
<<: *worker-template
environment:
- PORT=4038
worker-39:
<<: *worker-template
environment:
- PORT=4039
worker-40:
<<: *worker-template
environment:
- PORT=4040