postgresql: Add receipts/user DB

The Receipt application needs a PostgreSQL database on the central
server.
unifi-restore
Dustin 2025-03-16 14:46:55 -05:00
parent fd59f3ebb2
commit e4a4944fbc
1 changed files with 2 additions and 0 deletions

View File

@ -66,9 +66,11 @@ postgresql_users:
- name: authelia - name: authelia
- name: firefly - name: firefly
- name: homeassistant - name: homeassistant
- name: receipts
postgresql_dbs: postgresql_dbs:
- name: ara - name: ara
- name: authelia - name: authelia
- name: firefly - name: firefly
- name: homeassistant - name: homeassistant
- name: receipts