Adapt to codenotary

This commit is contained in:
alexbelgium
2022-03-23 08:59:27 +01:00
parent facbaeb6f9
commit e8c50b98e1
107 changed files with 383 additions and 723 deletions

View File

@@ -1,8 +1,5 @@
{
"arch": [
"aarch64",
"amd64"
],
"arch": ["aarch64", "amd64"],
"description": "Free and Open, Distributed, RESTful Search Engine",
"environment": {
"ES_JAVA_OPTS": "-Xms1024M -Xmx1024M",
@@ -11,9 +8,7 @@
"discovery.type": "single-node"
},
"host_network": true,
"map": [
"config:rw"
],
"map": ["config:rw"],
"name": "Elasticsearch server",
"options": {},
"ports": {
@@ -28,5 +23,6 @@
"slug": "elasticsearch",
"upstream": "7.14.2",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/elasticsearch",
"codenotary": "alexandrep.github@gmail.com",
"version": "7.14.2"
}