-
Notifications
You must be signed in to change notification settings - Fork 1
/
compose.rel.x64.yaml
45 lines (45 loc) · 1.08 KB
/
compose.rel.x64.yaml
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
services:
frontjs:
image: orenishdocker/dhscanner-frontjs:x64
ports:
- 8000:3000
frontts:
image: orenishdocker/dhscanner-frontts:x64
ports:
- 8008:3000
frontphp:
build:
context: dhscanner.0.fronts/php
dockerfile: Dockerfile
ports:
- 8001:8000
frontpy:
build:
context: dhscanner.0.fronts/py
dockerfile: Dockerfile
ports:
- 8006:5000
frontrb:
build:
context: dhscanner.0.fronts/rb
dockerfile: Dockerfile
ports:
- 8007:3000
parsers:
image: orenishdocker/dhscanner-parsers:x64
ports:
- 8002:3000
codegen:
image: orenishdocker/dhscanner-codegen:x64
ports:
- 8003:3000
kbgen:
image: orenishdocker/dhscanner-kbgen:x64
ports:
- 8004:3000
queryengine:
build:
context: dhscanner.query.engine
dockerfile: Dockerfile
ports:
- 8005:5000