mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-06 08:58:09 +02:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,9 +1,5 @@
|
|||||||
{
|
{
|
||||||
"arch": [
|
"arch": ["aarch64", "amd64", "armv7"],
|
||||||
"aarch64",
|
|
||||||
"amd64",
|
|
||||||
"armv7"
|
|
||||||
],
|
|
||||||
"backup": "cold",
|
"backup": "cold",
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Postgres 15 with VectorChord support",
|
"description": "Postgres 15 with VectorChord support",
|
||||||
@@ -15,11 +11,7 @@
|
|||||||
"hassio_role": "manager",
|
"hassio_role": "manager",
|
||||||
"image": "ghcr.io/alexbelgium/postgres-{arch}",
|
"image": "ghcr.io/alexbelgium/postgres-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": [
|
"map": ["addon_config:rw", "homeassistant_config:rw", "media:rw"],
|
||||||
"addon_config:rw",
|
|
||||||
"homeassistant_config:rw",
|
|
||||||
"media:rw"
|
|
||||||
],
|
|
||||||
"name": "Postgres 15",
|
"name": "Postgres 15",
|
||||||
"options": {
|
"options": {
|
||||||
"POSTGRES_PASSWORD": "homeassistant"
|
"POSTGRES_PASSWORD": "homeassistant"
|
||||||
|
|||||||
Reference in New Issue
Block a user