-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.yml
699 lines (699 loc) · 10.8 KB
/
docker-compose.yml
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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
ruby:
image: dgageot/quine-relay
ports:
- "8080"
environment:
- LANGUAGE=ruby
- NEXT=scala:8080
links:
- scala
scala:
image: dgageot/quine-relay
environment:
- LANGUAGE=scala
- NEXT=scheme:8080
links:
- scheme
scheme:
image: dgageot/quine-relay
environment:
- LANGUAGE=scheme
- NEXT=scilab:8080
links:
- scilab
scilab:
image: dgageot/quine-relay
environment:
- LANGUAGE=scilab
- NEXT=shell:8080
links:
- shell
shell:
image: dgageot/quine-relay
environment:
- LANGUAGE=shell
- NEXT=slang:8080
links:
- slang
slang:
image: dgageot/quine-relay
environment:
- LANGUAGE=slang
- NEXT=smalltalk:8080
links:
- smalltalk
smalltalk:
image: dgageot/quine-relay
environment:
- LANGUAGE=smalltalk
- NEXT=spl:8080
links:
- spl
spl:
image: dgageot/quine-relay
environment:
- LANGUAGE=spl
- NEXT=ml:8080
links:
- ml
ml:
image: dgageot/quine-relay
environment:
- LANGUAGE=ml
- NEXT=subleq:8080
links:
- subleq
subleq:
image: dgageot/quine-relay
environment:
- LANGUAGE=subleq
- NEXT=tcl:8080
links:
- tcl
tcl:
image: dgageot/quine-relay
environment:
- LANGUAGE=tcl
- NEXT=thue:8080
links:
- thue
thue:
image: dgageot/quine-relay
environment:
- LANGUAGE=thue
- NEXT=unlambda:8080
links:
- unlambda
unlambda:
image: dgageot/quine-relay
environment:
- LANGUAGE=unlambda
- NEXT=vala:8080
links:
- vala
vala:
image: dgageot/quine-relay
environment:
- LANGUAGE=vala
- NEXT=verilog:8080
links:
- verilog
verilog:
image: dgageot/quine-relay
environment:
- LANGUAGE=verilog
- NEXT=vbasic:8080
links:
- vbasic
vbasic:
image: dgageot/quine-relay
environment:
- LANGUAGE=vbasic
- NEXT=whitespace:8080
links:
- whitespace
whitespace:
image: dgageot/quine-relay
environment:
- LANGUAGE=whitespace
- NEXT=xslt:8080
links:
- xslt
xslt:
image: dgageot/quine-relay
environment:
- LANGUAGE=xslt
- NEXT=yorick:8080
links:
- yorick
yorick:
image: dgageot/quine-relay
environment:
- LANGUAGE=yorick
- NEXT=zoem:8080
links:
- zoem
zoem:
image: dgageot/quine-relay
environment:
- LANGUAGE=zoem
- NEXT=aplus:8080
links:
- aplus
aplus:
image: dgageot/quine-relay
environment:
- LANGUAGE=aplus
- NEXT=ada:8080
links:
- ada
ada:
image: dgageot/quine-relay
environment:
- LANGUAGE=ada
- NEXT=afnix:8080
links:
- afnix
afnix:
image: dgageot/quine-relay
environment:
- LANGUAGE=afnix
- NEXT=algol68:8080
links:
- algol68
algol68:
image: dgageot/quine-relay
environment:
- LANGUAGE=algol68
- NEXT=ante:8080
links:
- ante
ante:
image: dgageot/quine-relay
environment:
- LANGUAGE=ante
- NEXT=asymptote:8080
links:
- asymptote
asymptote:
image: dgageot/quine-relay
environment:
- LANGUAGE=asymptote
- NEXT=ats:8080
links:
- ats
ats:
image: dgageot/quine-relay
environment:
- LANGUAGE=ats
- NEXT=awk:8080
links:
- awk
awk:
image: dgageot/quine-relay
environment:
- LANGUAGE=awk
- NEXT=bc:8080
links:
- bc
bc:
image: dgageot/quine-relay
environment:
- LANGUAGE=bc
- NEXT=befunge:8080
links:
- befunge
befunge:
image: dgageot/quine-relay
environment:
- LANGUAGE=befunge
- NEXT=blc8:8080
links:
- blc8
blc8:
image: dgageot/quine-relay
environment:
- LANGUAGE=blc8
- NEXT=boo:8080
links:
- boo
boo:
image: dgageot/quine-relay
environment:
- LANGUAGE=boo
- NEXT=brainfuck:8080
links:
- brainfuck
brainfuck:
image: dgageot/quine-relay
environment:
- LANGUAGE=brainfuck
- NEXT=c:8080
links:
- c
c:
image: dgageot/quine-relay
environment:
- LANGUAGE=c
- NEXT=cpp:8080
links:
- cpp
cpp:
image: dgageot/quine-relay
environment:
- LANGUAGE=cpp
- NEXT=csharp:8080
links:
- csharp
csharp:
image: dgageot/quine-relay
environment:
- LANGUAGE=csharp
- NEXT=cduce:8080
links:
- cduce
cduce:
image: dgageot/quine-relay
environment:
- LANGUAGE=cduce
- NEXT=chef:8080
links:
- chef
chef:
image: dgageot/quine-relay
environment:
- LANGUAGE=chef
- NEXT=clojure:8080
links:
- clojure
clojure:
image: dgageot/quine-relay
environment:
- LANGUAGE=clojure
- NEXT=cobol:8080
links:
- cobol
cobol:
image: dgageot/quine-relay
environment:
- LANGUAGE=cobol
- NEXT=coffeescript:8080
links:
- coffeescript
coffeescript:
image: dgageot/quine-relay
environment:
- LANGUAGE=coffeescript
- NEXT=clisp:8080
links:
- clisp
clisp:
image: dgageot/quine-relay
environment:
- LANGUAGE=clisp
- NEXT=d:8080
links:
- d
d:
image: dgageot/quine-relay
environment:
- LANGUAGE=d
- NEXT=dc:8080
links:
- dc
dc:
image: dgageot/quine-relay
environment:
- LANGUAGE=dc
- NEXT=ec:8080
links:
- ec
ec:
image: dgageot/quine-relay
environment:
- LANGUAGE=ec
- NEXT=emacslist:8080
links:
- emacslist
emacslist:
image: dgageot/quine-relay
environment:
- LANGUAGE=emacslist
- NEXT=erlang:8080
links:
- erlang
erlang:
image: dgageot/quine-relay
environment:
- LANGUAGE=erlang
- NEXT=fsharp:8080
links:
- fsharp
fsharp:
image: dgageot/quine-relay
environment:
- LANGUAGE=fsharp
- NEXT=falcon:8080
links:
- falcon
falcon:
image: dgageot/quine-relay
environment:
- LANGUAGE=falcon
- NEXT=false1:8080
links:
- false1
false1:
image: dgageot/quine-relay
environment:
- LANGUAGE=false
- NEXT=forth:8080
links:
- forth
forth:
image: dgageot/quine-relay
environment:
- LANGUAGE=forth
- NEXT=fortran77:8080
links:
- fortran77
fortran77:
image: dgageot/quine-relay
environment:
- LANGUAGE=fortran77
- NEXT=fortran90:8080
links:
- fortran90
fortran90:
image: dgageot/quine-relay
environment:
- LANGUAGE=fortran90
- NEXT=gambas:8080
links:
- gambas
gambas:
image: dgageot/quine-relay
environment:
- LANGUAGE=gambas
- NEXT=gap:8080
links:
- gap
gap:
image: dgageot/quine-relay
environment:
- LANGUAGE=gap
- NEXT=gel:8080
links:
- gel
gel:
image: dgageot/quine-relay
environment:
- LANGUAGE=gel
- NEXT=gnuplot:8080
links:
- gnuplot
gnuplot:
image: dgageot/quine-relay
environment:
- LANGUAGE=gnuplot
- NEXT=go:8080
links:
- go
go:
image: dgageot/quine-relay
environment:
- LANGUAGE=go
- NEXT=gpt:8080
links:
- gpt
gpt:
image: dgageot/quine-relay
environment:
- LANGUAGE=gpt
- NEXT=gri:8080
links:
- gri
gri:
image: dgageot/quine-relay
environment:
- LANGUAGE=gri
- NEXT=groovy:8080
links:
- groovy
groovy:
image: dgageot/quine-relay
environment:
- LANGUAGE=groovy
- NEXT=haskell:8080
links:
- haskell
haskell:
image: dgageot/quine-relay
environment:
- LANGUAGE=haskell
- NEXT=haxe:8080
links:
- haxe
haxe:
image: dgageot/quine-relay
environment:
- LANGUAGE=haxe
- NEXT=icon:8080
links:
- icon
icon:
image: dgageot/quine-relay
environment:
- LANGUAGE=icon
- NEXT=intercal:8080
links:
- intercal
intercal:
image: dgageot/quine-relay
environment:
- LANGUAGE=intercal
- NEXT=jasmin:8080
links:
- jasmin
jasmin:
image: dgageot/quine-relay
environment:
- LANGUAGE=jasmin
- NEXT=java:8080
links:
- java
java:
image: dgageot/quine-relay
environment:
- LANGUAGE=java
- NEXT=javascript:8080
links:
- javascript
javascript:
image: dgageot/quine-relay
environment:
- LANGUAGE=javascript
- NEXT=julia:8080
links:
- julia
julia:
image: dgageot/quine-relay
environment:
- LANGUAGE=julia
- NEXT=katya:8080
links:
- katya
katya:
image: dgageot/quine-relay
environment:
- LANGUAGE=katya
- NEXT=lazyk:8080
links:
- lazyk
lazyk:
image: dgageot/quine-relay
environment:
- LANGUAGE=lazyk
- NEXT=lisaac:8080
links:
- lisaac
lisaac:
image: dgageot/quine-relay
environment:
- LANGUAGE=lisaac
- NEXT=llvm:8080
links:
- llvm
llvm:
image: dgageot/quine-relay
environment:
- LANGUAGE=llvm
- NEXT=logo:8080
links:
- logo
logo:
image: dgageot/quine-relay
environment:
- LANGUAGE=logo
- NEXT=lolcode:8080
links:
- lolcode
lolcode:
image: dgageot/quine-relay
environment:
- LANGUAGE=lolcode
- NEXT=lua:8080
links:
- lua
lua:
image: dgageot/quine-relay
environment:
- LANGUAGE=lua
- NEXT=make:8080
links:
- make
make:
image: dgageot/quine-relay
environment:
- LANGUAGE=make
- NEXT=maxima:8080
links:
- maxima
maxima:
image: dgageot/quine-relay
environment:
- LANGUAGE=maxima
- NEXT=msil:8080
links:
- msil
msil:
image: dgageot/quine-relay
environment:
- LANGUAGE=msil
- NEXT=nasm:8080
links:
- nasm
nasm:
image: dgageot/quine-relay
environment:
- LANGUAGE=nasm
- NEXT=neko:8080
links:
- neko
neko:
image: dgageot/quine-relay
environment:
- LANGUAGE=neko
- NEXT=nickle:8080
links:
- nickle
nickle:
image: dgageot/quine-relay
environment:
- LANGUAGE=nickle
- NEXT=objectivec:8080
links:
- objectivec
objectivec:
image: dgageot/quine-relay
environment:
- LANGUAGE=objectivec
- NEXT=ocaml:8080
links:
- ocaml
ocaml:
image: dgageot/quine-relay
environment:
- LANGUAGE=ocaml
- NEXT=octave:8080
links:
- octave
octave:
image: dgageot/quine-relay
environment:
- LANGUAGE=octave
- NEXT=ook:8080
links:
- ook
ook:
image: dgageot/quine-relay
environment:
- LANGUAGE=ook
- NEXT=parigp:8080
links:
- parigp
parigp:
image: dgageot/quine-relay
environment:
- LANGUAGE=parigp
- NEXT=parrot:8080
links:
- parrot
parrot:
image: dgageot/quine-relay
environment:
- LANGUAGE=parrot
- NEXT=pascal:8080
links:
- pascal
pascal:
image: dgageot/quine-relay
environment:
- LANGUAGE=pascal
- NEXT=perl:8080
links:
- perl
perl:
image: dgageot/quine-relay
environment:
- LANGUAGE=perl
- NEXT=php:8080
links:
- php
php:
image: dgageot/quine-relay
environment:
- LANGUAGE=php
- NEXT=piet:8080
links:
- piet
piet:
image: dgageot/quine-relay
environment:
- LANGUAGE=piet
- NEXT=pike:8080
links:
- pike
pike:
image: dgageot/quine-relay
environment:
- LANGUAGE=pike
- NEXT=postscript:8080
links:
- postscript
postscript:
image: dgageot/quine-relay
environment:
- LANGUAGE=postscript
- NEXT=ppt:8080
links:
- ppt
ppt:
image: dgageot/quine-relay
environment:
- LANGUAGE=ppt
- NEXT=prolog:8080
links:
- prolog
prolog:
image: dgageot/quine-relay
environment:
- LANGUAGE=prolog
- NEXT=python:8080
links:
- python
python:
image: dgageot/quine-relay
environment:
- LANGUAGE=python
- NEXT=r:8080
links:
- r
r:
image: dgageot/quine-relay
environment:
- LANGUAGE=r
- NEXT=ratfor:8080
links:
- ratfor
ratfor:
image: dgageot/quine-relay
environment:
- LANGUAGE=ratfor
- NEXT=rexx:8080
links:
- rexx
rexx:
image: dgageot/quine-relay
environment:
- LANGUAGE=rexx