forked from alexbelgium/hassio-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
32 lines (32 loc) · 807 Bytes
/
config.json
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
{
"arch": [
"aarch64",
"amd64"
],
"codenotary": "[email protected]",
"description": "Free and Open, Distributed, RESTful Search Engine",
"environment": {
"ES_JAVA_OPTS": "-Xms1024M -Xmx1024M",
"TINI_SUBREAPER": "true",
"bootstrap.memory_lock": "true",
"discovery.type": "single-node"
},
"host_network": true,
"image": "ghcr.io/alexbelgium/elasticsearch-{arch}",
"map": [
"config:rw"
],
"name": "Elasticsearch server",
"ports": {
"9200/tcp": 9200,
"9300/tcp": 9300
},
"ports_description": {
"9200/tcp": "API calls over HTTP",
"9300/tcp": "custom binary protoco"
},
"slug": "elasticsearch",
"startup": "services",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/elasticsearch",
"version": "7.14.2"
}