From e1c574012c4def2456addf683fbbf11bcca2b53b Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Fri, 30 May 2025 17:09:07 +0200 Subject: [PATCH] paperless-ngx: 2.15.3 -> 2.16.2 immich: 1.132.1 -> 1.134.0 --- globals.nix | 8 ++++---- modules/immich.nix | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/globals.nix b/globals.nix index 155119f..d588dd9 100644 --- a/globals.nix +++ b/globals.nix @@ -4,17 +4,17 @@ _: { jellyfin = "jellyfin/jellyfin:10.10.7"; postgres14 = "postgres:14"; kms = "teddysun/kms:latest"; - paperless = "ghcr.io/paperless-ngx/paperless-ngx:2.15.3"; + paperless = "ghcr.io/paperless-ngx/paperless-ngx:2.16.2"; redis7 = "docker.io/library/redis:7"; nextcloud = "nextcloud:30.0.6"; postgres15 = "postgres:15"; inbucket = "inbucket/inbucket:edge"; syncthing = "lscr.io/linuxserver/syncthing:1.29.6"; forgejo = "codeberg.org/forgejo/forgejo:11.0.1"; - immich = "ghcr.io/immich-app/immich-server:v1.132.1"; - immich-machine-learning = "ghcr.io/immich-app/immich-machine-learning:v1.132.1"; + immich = "ghcr.io/immich-app/immich-server:v1.134.0"; + immich-machine-learning = "ghcr.io/immich-app/immich-machine-learning:v1.134.0"; immich-redis = "docker.io/valkey/valkey:8-bookworm@sha256:42cba146593a5ea9a622002c1b7cba5da7be248650cbb64ecb9c6c33d29794b1"; - immich-postgres = "docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:739cdd626151ff1f796dc95a6591b55a714f341c737e27f045019ceabf8e8c52"; + immich-postgres = "ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0"; kitchenowl = "tombursch/kitchenowl:v0.6.15"; cyberchef = "mpepping/cyberchef:latest"; freshrss = "freshrss/freshrss:1.26.2"; diff --git a/modules/immich.nix b/modules/immich.nix index 8421af1..81700d4 100644 --- a/modules/immich.nix +++ b/modules/immich.nix @@ -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;