immich: updated container

This commit is contained in:
Victor Ișan 2026-05-15 23:36:04 +02:00
parent ee65d6dc19
commit 24c1d9e600

View File

@ -4,6 +4,7 @@ let
workDir = "/srv/containers/immich";
dataDir = "/srv/data/immich";
nextcloudDir = "/srv/data/nextcloud";
familyDir = "/srv/data/family";
in
{
systemd.tmpfiles.rules = [
@ -24,6 +25,7 @@ in
volumes = [
"${dataDir}:/usr/src/app/upload"
"${nextcloudDir}:/usr/src/app/external:ro"
"${familyDir}:/usr/src/app/family:ro"
];
environment = {
@ -68,7 +70,7 @@ in
immich-db = {
autoStart = true;
image = "ghcr.io/immich-app/postgres:17-vectorchord0.5.3";
image = "ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0";
environmentFiles = [
config.age.secrets.immich.path