-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcompose.rel.aarch64.yaml
62 lines (61 loc) · 1.49 KB
/
compose.rel.aarch64.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
services:
entrypoint:
build:
context: dhscanner.entrypoint
dockerfile: Dockerfile
args:
APPROVED_BEARER_TOKEN_1: ${APPROVED_BEARER_TOKEN_1}
ports:
- 443:443
networks:
- dhscanner
frontjs:
build:
context: dhscanner.0.fronts/js
dockerfile: Dockerfile
networks:
- dhscanner
frontts:
build:
context: dhscanner.0.fronts/ts
dockerfile: Dockerfile
networks:
- dhscanner
frontphp:
build:
context: dhscanner.0.fronts/php
dockerfile: Dockerfile
networks:
- dhscanner
frontpy:
build:
context: dhscanner.0.fronts/py
dockerfile: Dockerfile
networks:
- dhscanner
frontrb:
build:
context: dhscanner.0.fronts/rb
dockerfile: Dockerfile
networks:
- dhscanner
parsers:
image: orenishdocker/dhscanner-parsers:aarch64
networks:
- dhscanner
codegen:
image: orenishdocker/dhscanner-codegen:aarch64
networks:
- dhscanner
kbgen:
image: orenishdocker/dhscanner-kbgen:aarch64
networks:
- dhscanner
queryengine:
build:
context: dhscanner.query.engine
dockerfile: Dockerfile
networks:
- dhscanner
networks:
dhscanner: