-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.dev.yml
executable file
·71 lines (71 loc) · 1.71 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
version: '3.7'
services:
proxy:
image: nginx:1.13
volumes:
- ./config/proxy:/etc/nginx/conf.d
ports:
- "443:443"
mocklogin:
image: lblod/mock-login-service:0.7.0
environment:
GROUP_TYPE: "http://www.w3.org/ns/org#Organization"
frontend:
restart: "no"
environment:
EMBER_FEATURE_PUBLIC_SERVICES_ENABLED: "true"
EMBER_FEATURE_EREDIENSTEN_MANDATENBEHEER_ENABLED: "true"
EMBER_FEATURE_WORSHIP_MINISTER_MANAGEMENT_ENABLED: "true"
EMBER_WORSHIP_DECISIONS_DATABASE_URL: "https://dev.databankerediensten.lokaalbestuur.lblod.info"
EMBER_WORSHIP_ORGANISATIONS_DATABASE_URL: "https://dev.organisaties.lokaalbestuur.lblod.info"
identifier:
ports:
- "90:80"
restart: "no"
dispatcher:
restart: "no"
database:
restart: "no"
virtuoso:
ports:
- "8890:8890"
restart: "no"
deltanotifier:
restart: "no"
migrations:
restart: "no"
cache:
restart: "no"
resource:
restart: "no"
db-cleanup:
restart: "no"
login:
restart: "no"
file:
restart: "no"
deliver-email-service:
restart: "no"
report-generation:
restart: "no"
subsidy-applications-management:
environment:
VERSIONED_CONFIGURATION_WATCHER: null
restart: "no"
case-number-generator:
restart: "no"
subsidy-application-flow-management:
restart: "no"
publication-triplestore:
restart: "no"
ports:
- "8891:8890"
delta-producer-report-generator:
restart: "no"
delta-producer-dump-file-publisher:
restart: "no"
error-alert:
environment:
EMAIL_FROM: "Subsidiepunt Local <[email protected]>"
EMAIL_TO: "[email protected]"
restart: "no"