-
Notifications
You must be signed in to change notification settings - Fork 4
/
docker-compose.dev.yml
81 lines (81 loc) · 1.56 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
services:
dashboard:
ports:
- "82:80"
restart: "no"
dashboard-identifier:
ports:
- "81:80"
restart: "no"
proxy:
image: nginx:1.13
volumes:
- ./config/proxy:/etc/nginx/conf.d
ports:
- "443:443"
meeting:
restart: "no"
editor:
restart: "no"
environment:
EMBER_ENVIRONMENT_NAME: "local"
identifier:
environment:
SESSION_COOKIE_SECURE: "false"
# SAME_SITE: "None" doesn't work with insecure cookies
SESSION_COOKIE_SAME_SITE: "Lax"
ports:
- "80:80"
restart: "no"
database:
restart: "no"
virtuoso:
ports:
- "8890:8890"
restart: "no"
dispatcher:
restart: "no"
migrations:
volumes:
- ./config/dev-migrations:/data/migrations/dev/
restart: "no"
login:
restart: "no"
cache:
restart: "no"
sink:
restart: "no"
resource:
restart: "no"
prepublish:
restart: "no"
deltanotifier:
restart: "no"
mocklogin:
image: lblod/mock-login-service:0.4.0
yasgui:
image: erikap/yasgui
ports:
- 8891:80
environment:
ENABLE_ENDPOINT_SELECTOR: "true"
DEFAULT_SPARQL_ENDPOINT: "http://localhost:8890/sparql"
file:
restart: "no"
published-resource-producer:
restart: "no"
codex-proxy:
restart: "no"
agendapoint-service:
restart: "no"
report-generation:
restart: "no"
dashboard-dispatcher:
restart: "no"
dashboard-login:
restart: "no"
lpdc-service:
restart: "no"
ldes-client:
restart: "no"
command: "/bin/false" # overwrite when testing