Files
hassio-addons/postgres_15/config.json
2025-07-15 14:48:10 +00:00

45 lines
1003 B
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"backup": "cold",
"codenotary": "alexandrep.github@gmail.com",
"description": "Postgres 15 with VectorChord support",
"environment": {
"CONFIG_LOCATION": "/config/postgresql.conf",
"PGDATA": "/config/database"
},
"hassio_api": true,
"hassio_role": "manager",
"image": "ghcr.io/alexbelgium/postgres-{arch}",
"init": false,
"map": [
"addon_config:rw",
"homeassistant_config:rw",
"media:rw"
],
"name": "Postgres 15",
"options": {
"POSTGRES_PASSWORD": "homeassistant"
},
"ports": {
"5432/tcp": 5432
},
"ports_description": {
"5432/tcp": "Postgres"
},
"schema": {
"POSTGRES_DB": "str?",
"POSTGRES_HOST_AUTH_METHOD": "str?",
"POSTGRES_INITDB_ARGS": "str?",
"POSTGRES_PASSWORD": "password",
"POSTGRES_USER": "str?"
},
"slug": "postgres",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres",
"version": "15.7-47"
}