-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocker-compose.yml
76 lines (67 loc) · 1.81 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
version: '3'
services:
fuzzbuilderex:
build:
context: .
dockerfile: ./Dockerfile
image: fuzzbuilderex:base
c-ares_pre:
build:
context: .
dockerfile: ./projects/c-ares/pre.Dockerfile
image: fuzzbuilderex:c-ares_pre
c-ares:
build:
context: .
dockerfile: ./projects/c-ares/Dockerfile
image: fuzzbuilderex:c-ares
boringssl_pre:
build:
context: ./projects/boringssl
dockerfile: pre.Dockerfile
image: fuzzbuilderex:boringssl_pre
boringssl:
build:
context: ./projects/boringssl
image: fuzzbuilderex:boringssl
json-c_pre:
build:
context: .
dockerfile: ./projects/json-c/pre.Dockerfile
image: fuzzbuilderex:json-c_pre
json_c:
build:
context: .
dockerfile: ./projects/json-c/Dockerfile
image: fuzzbuilderex:json-c
libhtp_pre:
build:
context: .
dockerfile: ./projects/libhtp/pre.Dockerfile
image: fuzzbuilderex:libhtp_pre
libhtp:
build:
context: .
dockerfile: ./projects/libhtp/Dockerfile
image: fuzzbuilderex:libhtp
expat_pre:
build:
context: ./projects/expat
dockerfile: pre.Dockerfile
image: fuzzbuilderex:expat_pre
expat:
build:
context: ./projects/expat
image: fuzzbuilderex:expat
http-parser:
build:
context: ./projects/http-parser
image: fuzzbuilderex:http-parser
yara:
build:
context: ./projects/yara
image: fuzzbuilderex:yara
mpc:
build:
context: ./projects/mpc
image: fuzzbuilderex:mpc