mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 08:35:57 +02:00
Automatic builds
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
- Automatic builds (reduced size, local wear, install duration...)
|
||||
- New standardized logic for Dockerfile build and packages installation
|
||||
- Initial build
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
#============================#
|
||||
# ALEXBELGIUM'S DOCKERFILE #
|
||||
#============================#
|
||||
# _.------.
|
||||
# _.-` ('>.-`"""-.
|
||||
# '.--'` _'` _ .--.)
|
||||
# -' '-.-';` `
|
||||
# ' - _.' ``'--.
|
||||
# '---` .-'""`
|
||||
# /`
|
||||
# _.------.
|
||||
# _.-` ('>.-`"""-.
|
||||
# '.--'` _'` _ .--.)
|
||||
# -' '-.-';` `
|
||||
# ' - _.' ``'--.
|
||||
# '---` .-'""`
|
||||
# /`
|
||||
#=== Home Assistant Addon ===#
|
||||
|
||||
#################
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"description": "Free and Open, Distributed, RESTful Search Engine",
|
||||
"environment": {
|
||||
"ES_JAVA_OPTS": "-Xms1024M -Xmx1024M",
|
||||
@@ -10,9 +7,8 @@
|
||||
"discovery.type": "single-node",
|
||||
"TINI_SUBREAPER": "true"
|
||||
},
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"image": "ghcr.io/alexbelgium/elasticsearch-{arch}",
|
||||
"map": ["config:rw"],
|
||||
"name": "Elasticsearch server",
|
||||
"options": {},
|
||||
"host_network": true,
|
||||
|
||||
Reference in New Issue
Block a user