mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
32 lines
752 B
JSON
32 lines
752 B
JSON
{
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64"
|
|
],
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"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,
|
|
"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"
|
|
}
|