-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.dev.yml
65 lines (65 loc) · 1.22 KB
/
docker-compose.dev.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
version: '3.4'
services:
frontend:
restart: "no"
dashboard:
ports:
- "82:80"
identifier:
ports:
- "80:80"
restart: "no"
dispatcher:
restart: "no"
deltanotifier:
restart: "no"
database:
environment:
LOG_OUTGOING_SPARQL_QUERIES: "true"
LOG_INCOMING_SPARQL_QUERIES: "true"
restart: "no"
virtuoso:
ports:
- "8890:8890"
restart: "no"
migrations:
restart: "no"
cache:
restart: "no"
resource:
restart: "no"
file:
restart: "no"
download-url:
restart: "no"
automatic-submission:
restart: "no"
import-submission:
restart: "no"
enrich-submission:
restart: "no"
validate-submission:
restart: "no"
verify-submission:
restart: "no"
toezicht-flattened-form-data-generator:
restart: "no"
person-uri-for-social-security-number:
restart: "no"
mocklogin:
restart: "no"
yasgui:
image: redpencil/yasgui:latest
restart: "no"
ports:
- "8891:80"
environment:
DEFAULT_SPARQL_ENDPOINT: "http://localhost:8890/sparql"
job-controller:
restart: "no"
vendor-login:
restart: "no"
sparql-authorization-wrapper:
restart: "no"
vendor-data-distribution:
restart: "no"