mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"backup": "cold",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Postgres 15 with VectorChord support",
|
||||
@@ -15,11 +11,7 @@
|
||||
"hassio_role": "manager",
|
||||
"image": "ghcr.io/alexbelgium/postgres-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"homeassistant_config:rw",
|
||||
"media:rw"
|
||||
],
|
||||
"map": ["addon_config:rw", "homeassistant_config:rw", "media:rw"],
|
||||
"name": "Postgres 15",
|
||||
"options": {
|
||||
"POSTGRES_PASSWORD": "homeassistant"
|
||||
|
||||
0
postgres_15/rootfs/etc/cont-init.d/99-run.sh
Executable file → Normal file
0
postgres_15/rootfs/etc/cont-init.d/99-run.sh
Executable file → Normal file
0
postgres_15/rootfs/usr/local/bin/healthcheck.sh
Executable file → Normal file
0
postgres_15/rootfs/usr/local/bin/healthcheck.sh
Executable file → Normal file
Reference in New Issue
Block a user