This commit is contained in:
Alexandre
2021-11-02 11:19:36 +01:00
parent 883118c67c
commit d74e8e948b
4 changed files with 86 additions and 0 deletions

19
elasticsearch/config.json Normal file
View File

@@ -0,0 +1,19 @@
{
"arch": ["aarch64", "amd64"],
"description": "elasticsearch server",
"name": "Elasticsearch server DO NOT USE",
"options": {},
"ports": {
"9200/tcp": 9200,
"9300/tcp": 9300
},
"ports_description": {
"9200/tcp": "web interface",
"9300/tcp": "web interface"
},
"schema": {},
"slug": "elasticsearch",
"upstream": "",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "6.8.20"
}