-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.dev.yml
99 lines (98 loc) · 2 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
version: "3.4"
services:
identifier:
restart: "no"
ports:
- "80:80"
dispatcher:
restart: "no"
triplestore:
ports:
- "8890:8890"
restart: "no"
db:
restart: "no"
migrations:
volumes:
- ./config/dev-migrations:/data/migrations/dev/
restart: "no"
migrations-triggering-indexing:
restart: "no"
resource:
restart: "no"
cache:
restart: "no"
db-cleanup:
restart: "no"
kalliope-api:
environment:
SECURITY_CONFIG_PATH: "/config/security-dev.json"
restart: "no"
deltanotifier:
restart: "no"
mocklogin:
image: lblod/mock-login-service:0.7.0
links:
- db:database
restart: "no"
sink:
restart: "no"
login:
restart: "no"
accountdetail:
restart: "no"
privacy-unit:
restart: "no"
privacy-worship:
restart: "no"
adressenregister:
restart: "no"
frontend:
restart: "no"
uri-info:
restart: "no"
delta-producer-background-jobs-initiator:
restart: "no"
delta-producer-publication-graph-maintainer:
restart: "no"
search:
restart: "no"
volumes:
- ./config/search/dev:/config
elasticsearch:
restart: "no"
file:
restart: "no"
publication-triplestore:
restart: "no"
ports:
- "8891:8890"
delta-producer-dump-file-publisher:
restart: "no"
organizations-sync-with-sharepoint-jobs-initiator:
restart: "no"
organizations-sync-with-sharepoint:
restart: "no"
construct-organization-relationships:
restart: "no"
mandatarissen-consumer:
restart: "no"
leidinggevenden-consumer:
restart: "no"
worship-services-sensitive-consumer:
restart: "no"
ldes-backend:
environment:
BASE_URL: "http://localhost/ldes/"
kbo-data-sync:
restart: "no"
# use this to test acmidm
# tlsproxy:
# image: caddy:2
# restart: "no"
# ports:
# - "443:443"
# environment:
# OP_ADDRESS: "organisaties.abb.lblod.info"
# volumes:
# - ./config/tlsproxy-mock/Caddyfile:/etc/caddy/Caddyfile