Skip to content

Commit

Permalink
setup an immich bootstrap, noticing though that this is currently bug…
Browse files Browse the repository at this point in the history
…ged from here: immich-app/immich#5813
  • Loading branch information
devmike18 committed Jan 23, 2024
1 parent e983f9c commit 94fefd1
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ spec:
memory: 1Gi
limits:
memory: 2Gi

bootstrap:
initdb:
database: immich
postInitApplicationSQL:
- CREATE EXTENSION IF NOT EXISTS "vectors";
owner: immich
dataChecksums: true
encoding: 'UTF8'
postgresql:
shared_preload_libraries:
- "vectors.so"
Expand Down

0 comments on commit 94fefd1

Please sign in to comment.