-
Notifications
You must be signed in to change notification settings - Fork 4
/
docker-compose.test.yml
81 lines (81 loc) · 1.94 KB
/
docker-compose.test.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
version: '3.4'
services:
triplestore:
volumes:
- ./testdata/db:/data
search:
volumes:
- ./testdata/files:/data
environment:
UPDATE_WAIT_INTERVAL_MINUTES: 0
LOG_SCOPE_AUTHORIZATION: "debug"
LOG_SCOPE_SEARCH: "debug"
elasticsearch:
volumes:
- ./testdata/elasticsearch/:/usr/share/elasticsearch/data
file:
volumes:
- ./testdata/files:/share
public-file:
volumes:
- ./testdata/files:/share
themis-export:
volumes:
- ./testdata/files:/share
ttl-to-delta:
volumes:
- ./testdata/files:/share
export-file:
volumes:
- ./testdata/files:/share
# docx-conversion:
# old version that uses libreoffice for conversion instead of azure
# image: kanselarij/docx-conversion-service:0.1.0
# volumes:
# - ./testdata/files:/share
# kibana:
# entrypoint: "echo 'service disabled'"
# restart: "no"
# range-file:
# volumes:
# - ./testdata/files:/share
file-bundling:
volumes:
- ./testdata/files:/share
publication-report:
volumes:
- ./testdata/files:/share
# The DELTA_INTERVAL_MS is the value that yggdrasil waits between runs in milliseconds
# Default is 5 minutes but results in 10 minutes between runs
yggdrasil:
environment:
NODE_ENV: "development"
DEBUG: "true"
DELTA_INTERVAL_MS: 10000
decision-report-generation:
volumes:
- ./testdata/files:/share
decision-extraction:
volumes:
- ./testdata/files:/share
minutes-report-generation:
volumes:
- ./testdata/files:/share
digital-signing:
volumes:
- ./testdata/files:/share
document-stamping:
volumes:
- ./testdata/files:/share
pdf-signature-remover:
volumes:
- ./testdata/files:/share
pdf-flattener:
volumes:
- ./testdata/files:/share
draft-file:
volumes:
- ./testdata/files:/share
draft-file-mover:
volumes:
- ./testdata/files:/share