-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.dev.yml
executable file
·116 lines (116 loc) · 2.28 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
version: "3.7"
networks:
debug:
driver: bridge
name: debug
services:
proxy:
image: nginx:1.13
volumes:
- ./config/proxy:/etc/nginx/conf.d
ports:
- "443:443"
mocklogin:
image: lblod/mock-login-service:0.5.0
frontend:
restart: "no"
ports:
- "80:80"
environment:
EMBER_ENVIRONMENT_NAME: "DEV"
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"
impersonation:
restart: "no"
environment:
- NODE_ENV=development
ports:
- "3000:80"
- "9222:9229"
dispatcher:
restart: "no"
networks:
- default
- debug
database:
restart: always
networks:
- default
- debug
virtuoso:
ports:
- "8890:8890"
restart: "no"
networks:
- default
- debug
deltanotifier:
restart: "no"
networks:
- default
- debug
migrations:
restart: "no"
cache:
restart: "no"
resource:
restart: "no"
login:
restart: "no"
file:
restart: "no"
filehost:
restart: "no"
sink:
restart: "no"
form-content:
restart: "no"
profiles:
- nodebug
mandataris:
restart: "no"
profiles:
- nodebug
modified:
restart: "no"
profiles:
- nodebug
adressenregister:
restart: "no"
ldes-delta-pusher:
restart: "no"
environment:
DEBUG: "true"
ldes-backend:
restart: "no"
environment:
BASE_URL: "http://localhost/streams/ldes/"
ports:
- "6666:80"
networks:
- default
- debug
vendor-login:
restart: "no"
sparql-authorization-wrapper:
restart: "no"
authorization-wrapper:
restart: "no"
deliver-email:
restart: "no"
ports:
- 8888:80
- 9223:9229
environment:
NODE_ENV: "development"
WELL_KNOWN_SERVICE: "test"
EMAIL_CRON_PATTERN: "* * * * *" # Every minute
CRON_FREQUENCY,: "* * * * *"
LOG_ERRORS: true