@@ -20,42 +20,6 @@ services:
20
20
- match
21
21
- guacamole
22
22
23
- team-erforce :
24
- image : roboticserlangen/robocup:latest
25
- user : " 1000"
26
- restart : unless-stopped
27
- mem_limit : " ${TEAM_LIMIT_MEM}"
28
- cpus : " ${TEAM_LIMIT_CPU}"
29
- environment :
30
- SSH_PUBLIC_KEY :
31
- VNC_PW :
32
- volumes :
33
- - team-erforce-data:/home/default:rw
34
- ports :
35
- - 5901/tcp
36
- - 2222/tcp
37
- networks :
38
- - match
39
- - guacamole
40
-
41
- team-ubcthunderbots :
42
- image : ubcthunderbots/tbots-software-env:0.0.1
43
- user : " 1000"
44
- restart : unless-stopped
45
- mem_limit : " ${TEAM_LIMIT_MEM}"
46
- cpus : " ${TEAM_LIMIT_CPU}"
47
- environment :
48
- SSH_PUBLIC_KEY :
49
- VNC_PW :
50
- volumes :
51
- - team-ubcthunderbots-data:/home/default:rw
52
- ports :
53
- - 5901/tcp
54
- - 2222/tcp
55
- networks :
56
- - match
57
- - guacamole
58
-
59
23
team-robocin :
60
24
image : robocin/ssl-unification-robocup:latest
61
25
user : " 1000"
@@ -74,78 +38,6 @@ services:
74
38
- match
75
39
- guacamole
76
40
77
- team-robofei :
78
- image : bollos00/robofeissl-ssl-strategy:latest
79
- user : " 1000"
80
- restart : unless-stopped
81
- mem_limit : " ${TEAM_LIMIT_MEM}"
82
- cpus : " ${TEAM_LIMIT_CPU}"
83
- environment :
84
- SSH_PUBLIC_KEY :
85
- VNC_PW :
86
- volumes :
87
- - team-robofei-data:/home/default:rw
88
- ports :
89
- - 5901/tcp
90
- - 2222/tcp
91
- networks :
92
- - match
93
- - guacamole
94
-
95
- team-roboteamtwente :
96
- image : roboteamtwente/practice_tournament:latest
97
- user : " 1000"
98
- restart : unless-stopped
99
- mem_limit : " ${TEAM_LIMIT_MEM}"
100
- cpus : " ${TEAM_LIMIT_CPU}"
101
- environment :
102
- SSH_PUBLIC_KEY :
103
- VNC_PW :
104
- volumes :
105
- - team-roboteamtwente-data:/home/default:rw
106
- ports :
107
- - 5901/tcp
108
- - 2222/tcp
109
- networks :
110
- - match
111
- - guacamole
112
-
113
- team-uroborus :
114
- image : uroborus/larcmacs:latest
115
- user : " 1000"
116
- restart : unless-stopped
117
- mem_limit : " ${TEAM_LIMIT_MEM}"
118
- cpus : " ${TEAM_LIMIT_CPU}"
119
- environment :
120
- SSH_PUBLIC_KEY :
121
- VNC_PW :
122
- volumes :
123
- - team-uroborus-data:/home/default:rw
124
- ports :
125
- - 5901/tcp
126
- - 2222/tcp
127
- networks :
128
- - match
129
- - guacamole
130
-
131
- team-roboime :
132
- image : roboime/robocup2021:latest
133
- user : " 1000"
134
- restart : unless-stopped
135
- mem_limit : " ${TEAM_LIMIT_MEM}"
136
- cpus : " ${TEAM_LIMIT_CPU}"
137
- environment :
138
- SSH_PUBLIC_KEY :
139
- VNC_PW :
140
- volumes :
141
- - team-roboime-data:/home/default:rw
142
- ports :
143
- - 5901/tcp
144
- - 2222/tcp
145
- networks :
146
- - match
147
- - guacamole
148
-
149
41
team-robodragons :
150
42
image : sslrobodragons/robodragons-system:ubuntu20.04-robocup2021-simulation-7db95ab
151
43
user : " 1000"
@@ -164,24 +56,6 @@ services:
164
56
- match
165
57
- guacamole
166
58
167
- team-src :
168
- image : xlq57913/robocup2021-src:latest
169
- user : " 1000"
170
- restart : unless-stopped
171
- mem_limit : " ${TEAM_LIMIT_MEM}"
172
- cpus : " ${TEAM_LIMIT_CPU}"
173
- environment :
174
- SSH_PUBLIC_KEY :
175
- VNC_PW :
176
- volumes :
177
- - team-src-data:/home/default:rw
178
- ports :
179
- - 5901/tcp
180
- - 2222/tcp
181
- networks :
182
- - match
183
- - guacamole
184
-
185
59
team-kiks :
186
60
image : ghcr.io/kiksworks/ssl-simulation-env:main
187
61
user : " 1000"
@@ -200,94 +74,11 @@ services:
200
74
- match
201
75
- guacamole
202
76
203
- team-kgpkubs :
204
- image : nisarg1631/kgpkubs:latest
205
- user : " 1000"
206
- restart : unless-stopped
207
- mem_limit : " ${TEAM_LIMIT_MEM}"
208
- cpus : " ${TEAM_LIMIT_CPU}"
209
- environment :
210
- SSH_PUBLIC_KEY :
211
- VNC_PW :
212
- volumes :
213
- - team-kgpkubs-data:/home/default:rw
214
- ports :
215
- - 5901/tcp
216
- - 2222/tcp
217
- networks :
218
- - match
219
- - guacamole
220
-
221
- team-omid :
222
- image : robocupssl/omid:latest
223
- user : " 1000"
224
- restart : unless-stopped
225
- mem_limit : " ${TEAM_LIMIT_MEM}"
226
- cpus : " ${TEAM_LIMIT_CPU}"
227
- environment :
228
- SSH_PUBLIC_KEY :
229
- VNC_PW :
230
- volumes :
231
- - team-omid-data:/home/default:rw
232
- ports :
233
- - 5901/tcp
234
- - 2222/tcp
235
- networks :
236
- - match
237
- - guacamole
238
-
239
- team-robojackets :
240
- image : kylestach/robojackets-robocup-software:latest
241
- user : " 1000"
242
- restart : unless-stopped
243
- mem_limit : " ${TEAM_LIMIT_MEM}"
244
- cpus : " ${TEAM_LIMIT_CPU}"
245
- environment :
246
- SSH_PUBLIC_KEY :
247
- VNC_PW :
248
- volumes :
249
- - team-robojackets-data:/home/default:rw
250
- ports :
251
- - 5901/tcp
252
- - 2222/tcp
253
- networks :
254
- - match
255
- - guacamole
256
-
257
- team-tritons :
258
- image : tritonsrcsc/triton-software:latest
259
- user : " 1000"
260
- restart : unless-stopped
261
- mem_limit : " ${TEAM_LIMIT_MEM}"
262
- cpus : " ${TEAM_LIMIT_CPU}"
263
- environment :
264
- SSH_PUBLIC_KEY :
265
- VNC_PW :
266
- volumes :
267
- - team-tritons-data:/home/default:rw
268
- ports :
269
- - 5901/tcp
270
- - 2222/tcp
271
- networks :
272
- - match
273
- - guacamole
274
-
275
77
volumes :
276
78
team-tigers-data :
277
- team-erforce-data :
278
- team-ubcthunderbots-data :
279
79
team-robocin-data :
280
- team-robofei-data :
281
- team-roboteamtwente-data :
282
- team-uroborus-data :
283
- team-roboime-data :
284
80
team-robodragons-data :
285
- team-src-data :
286
81
team-kiks-data :
287
- team-kgpkubs-data :
288
- team-omid-data :
289
- team-robojackets-data :
290
- team-tritons-data :
291
82
292
83
networks :
293
84
match :
0 commit comments