-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdocker-compose.dev.yml
More file actions
118 lines (118 loc) · 2.02 KB
/
docker-compose.dev.yml
File metadata and controls
118 lines (118 loc) · 2.02 KB
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
117
118
networks:
debug:
driver: bridge
name: debug
services:
identifier:
ports:
- "80:80"
restart: "no"
dispatcher:
restart: "no"
networks:
- default
- debug
database:
restart: "no"
networks:
- default
- debug
dcat:
restart: "no"
virtuoso:
restart: "no"
networks:
- default
- debug
resource:
restart: "no"
cache:
restart: "no"
file:
restart: "no"
vc-issuer:
restart: "no"
mocklogin:
image: lblod/mock-login-service:0.7.0
migrations:
restart: "no"
deltanotifier:
restart: "no"
frontend-yasgui:
restart: "no"
frontend-dcat:
restart: "no"
frontend-human-validator:
restart: "no"
frontend-harvesting:
restart: "no"
oparl-to-eli:
restart: "no"
lokaal-beslist-consumer:
restart: no
decisions-ghent-filter:
restart: no
oslo-eli-transformer:
restart: no
job-controller:
restart: no
harvest_diff:
restart: no
harvest_sameas:
restart: no
login:
restart: no
entity-linking:
restart: "no"
pdf-content:
restart: "no"
apache-tika:
restart: "no"
question-answering:
restart: "no"
search:
restart: no
profiles:
- search
elasticsearch:
restart: no
profiles:
- search
embedding:
restart: no
profiles:
- search
ollama:
restart: no
profiles:
- search
annotation-review:
restart: no
pdf-scraper:
restart: "no"
nominatim:
restart: "no"
qdrant:
restart: "no"
named-entity-recognition:
restart: "no"
codelist-labeling:
restart: "no"
frontend-smart-search:
restart: "no"
kibana:
restart: no
profiles:
- search
image: docker.elastic.co/kibana/kibana:9.2.0
environment:
ELASTICSEARCH_HOSTS: "http://elasticsearch:9200"
ports:
- 127.0.0.1:5601:5601
user: root
command: |
sh -c "/usr/local/bin/kibana-docker --allow-root;"
policy-impact-report:
restart: no
frontend-policy-impact-report:
restart: no