paperless-ngx: 2.15.3 -> 2.16.2

immich: 1.132.1 -> 1.134.0
This commit is contained in:
Pim Kunis 2025-05-30 17:09:07 +02:00
parent f4d06a9b33
commit e1c574012c
2 changed files with 4 additions and 6 deletions

View file

@ -179,8 +179,6 @@
containers.postgres = {
image = globals.images.immich-postgres;
imagePullPolicy = "IfNotPresent";
command = ["postgres"];
args = ["-c" "shared_preload_libraries=vectors.so" "-c" "search_path=\"$$user\", public, vectors" "-c" "logging_collector=on" "-c" "max_wal_size=2GB" "-c" "shared_buffers=512MB" "-c" "wal_compression=on"];
ports.postgres.containerPort = 5432;
securityContext.runAsUser = 999;
securityContext.runAsGroup = 999;