Files
hassio-addons/elasticsearch/config.json
Alexandre 02cd17f025 7.14.2
2021-11-07 17:20:48 +01:00

33 lines
711 B
JSON

{
"arch": [
"aarch64",
"amd64"
],
"description": "Free and Open, Distributed, RESTful Search Engine",
"environment": {
"ES_JAVA_OPTS": "-Xms1024M -Xmx1024M",
"bootstrap.memory_lock": "true",
"discovery.type": "single-node",
"TINI_SUBREAPER": "true"
},
"map": [
"config:rw"
],
"name": "Elasticsearch server",
"options": {},
"host_network": true,
"ports": {
"9200/tcp": 9200,
"9300/tcp": 9300
},
"ports_description": {
"9200/tcp": "API calls over HTTP",
"9300/tcp": "custom binary protoco"
},
"schema": {},
"slug": "elasticsearch",
"upstream": "7.14.2",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "7.14.2"
}