-
-
Notifications
You must be signed in to change notification settings - Fork 322
Expand file tree
/
Copy pathconfig.yaml
More file actions
37 lines (37 loc) · 796 Bytes
/
config.yaml
File metadata and controls
37 lines (37 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
arch:
- aarch64
- amd64
backup: cold
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:
env_vars: []
POSTGRES_PASSWORD: homeassistant
ports:
5432/tcp: 5432
ports_description:
5432/tcp: Postgres
schema:
env_vars:
- name: match(^[A-Za-z0-9_]+$)
value: str?
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