Skip to content

Commit 8ce53bc

Browse files
committed
fix(setup): remove cerbro to avoid no matching manifest for linux/arm64/v8
1 parent 99211a3 commit 8ce53bc

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

dist/docker-compose.override.yaml

-22
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,5 @@ services:
2121
- "9200:9200"
2222
- "9300:9300"
2323

24-
cerebro:
25-
image: lmenezes/cerebro
26-
ports:
27-
- "9000:9000"
28-
links:
29-
- elasticsearch
30-
31-
kibana:
32-
image: kibana:7.4.0
33-
ports:
34-
- "5601:5601"
35-
environment:
36-
- "SERVER_NAME=localhost"
37-
- "ELASTICSEARCH_HOSTS=http://elasticsearch:9200"
38-
- "XPACK_GRAPH_ENABLED=false"
39-
- "XPACK_ML_ENABLED=false"
40-
- "XPACK_REPORTING_ENABLED=false"
41-
- "XPACK_SECURITY_ENABLED=false"
42-
- "XPACK_WATCHER_ENABLED=false"
43-
links:
44-
- elasticsearch
45-
4624
volumes:
4725
esdata: {}

0 commit comments

Comments
 (0)