Add immich

This commit is contained in:
Grant
2025-03-17 12:18:39 -06:00
parent 38a6ee61c9
commit ac1350aa3b
6 changed files with 64 additions and 6 deletions

View File

@@ -6,13 +6,14 @@ patroni:
postgresql:
pg_hba:
- "host all all all scram-sha-256"
shared_preload_libraries: pgvector
users:
- name: grant
databases:
- postgres
- synapse
- gitea
- gitea
- immich
options: "SUPERUSER LOGIN"
- name: synapse
databases:
@@ -22,6 +23,9 @@ users:
databases:
- gitea
options: "LOGIN"
- name: immich
databases:
- immich
options: "LOGIN"