-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
78 lines (68 loc) · 1.6 KB
/
docker-compose.yml
File metadata and controls
78 lines (68 loc) · 1.6 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
version: '3'
services:
vulnerable_input:
build: ./vulnerable_input
restart: always
container_name: vulnerable_input
ports:
- 17077:2323
unsafe_pickle:
build: ./unsafe_pickle
restart: always
container_name: unsafe_pickle
ports:
- 17079:10007
lcg:
build: ./lcg
restart: always
container_name: lcg
ports:
- 17080:2323
meme_maker:
build: ./meme_maker
restart: always
container_name: meme_maker
ports:
- 17081:8082
oh_my_js:
build: ./oh_my_js
restart: always
container_name: oh_my_js
ports:
- 17082:8080
juggle_the_type:
build: ./juggle_the_type
restart: always
container_name: juggle_the_type
ports:
- 17083:8080
good_crypto_bad_coding:
build: ./good_crypto_bad_coding
restart: always
container_name: good_crypto_bad_coding
ports:
- 17084:8080
cbc:
build: ./cbc
restart: always
container_name: cbc
ports:
- 17085:2323
jwt:
build: ./jwt
restart: always
container_name: jwt
ports:
- 17086:6763
inspect:
build: ./inspect
restart: always
container_name: inspect
ports:
- 17087:6523
notes_path_traversal:
build: ./notes_path_traversal
restart: always
container_name: notes_path_traversal
ports:
- 17089:80