Update immich to use pgvector
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler Perkins 2024-04-07 20:10:34 -04:00
parent 08e7be7f5b
commit 10cd1df7c6
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@ spec:
env:
- name: UPLOAD_LOCATION
value: /usr/src/app/upload
- name: DB_VECTOR_EXTENSION
value: pgvector
- name: DB_HOSTNAME
value: postgresql.postgresql-system.svc.cluster.local
- name: DB_USERNAME

View File

@ -20,6 +20,8 @@ spec:
env:
- name: UPLOAD_LOCATION
value: /usr/src/app/upload
- name: DB_VECTOR_EXTENSION
value: pgvector
- name: DB_HOSTNAME
value: postgresql.postgresql-system.svc.cluster.local
- name: DB_USERNAME