mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-26 14:36:28 +01:00
First build
This commit is contained in:
39
postgres/config.json
Normal file
39
postgres/config.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Postgres 15",
|
||||
"environment": {
|
||||
"PGDATA": "/data"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/postgres-{arch}",
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Postgres",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/addons_config/postgres/postgresql.conf",
|
||||
"POSTGRES_PASSWORD": "homeassistant"
|
||||
},
|
||||
"ports": {
|
||||
"5432/tcp": 5432
|
||||
},
|
||||
"ports_description": {
|
||||
"5900/tcp": "Postgres port"
|
||||
},
|
||||
"schema": {
|
||||
"CONFIG_LOCATION": "str",
|
||||
"POSTGRES_PASSWORD": "str",
|
||||
"POSTGRES_USER": "str?",
|
||||
"POSTGRES_DB": "str?",
|
||||
"POSTGRES_INITDB_ARGS": "str?",
|
||||
"POSTGRES_HOST_AUTH_METHOD": "str?"
|
||||
},
|
||||
"slug": "postgres",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "1.4",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:5432]"
|
||||
}
|
||||
Reference in New Issue
Block a user