-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathdocker-compose.yml
97 lines (78 loc) · 1.32 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
# Our problems. You can easily test these by running:
# `docker-compose build && docker-compose up -d`
easyauth:
build: easyauth/challenge
ports:
- 6112:80
dontcrash:
build: dontcrash/challenge
ports:
- 6113:6113
seteax:
build: seteax/challenge
ports:
- 6114:6114
seteax-nz:
build: seteax-nz/challenge
ports:
- 6115:6115
readmem:
build: readmem/challenge
ports:
- 6116:6116
readmem-nz:
build: readmem-nz/challenge
ports:
- 6117:6117
writemem:
build: writemem/challenge
ports:
- 6118:6118
writemem-nz:
build: writemem-nz/challenge
ports:
- 6119:6119
readstack:
build: readstack/challenge
ports:
- 6120:6120
readstack-nz:
build: readstack-nz/challenge
ports:
- 6121:6121
writestack:
build: writestack/challenge
ports:
- 6122:6122
writestack-nz:
build: writestack-nz/challenge
ports:
- 6123:6123
readfile:
build: readfile/challenge
ports:
- 6124:6124
readfile-nz:
build: readfile-nz/challenge
ports:
- 6125:6125
hashecute:
build: hashecute/challenge
ports:
- 6126:6126
shortest:
build: shortest/challenge
ports:
- 6127:6127
b-64-b-tuff:
build: b-64-b-tuff/challenge
ports:
- 6128:6128
vhash:
build: vhash/challenge
ports:
- 6129:80
nibbler:
build: nibbler/challenge
ports:
- 6130:6130