immich docker

This commit is contained in:
death916 2026-01-14 04:23:51 -08:00
parent ac54e50f82
commit badfc8e834

View file

@ -22,7 +22,7 @@
UPLOAD_LOCATION = "/data";
TZ = "America/Los_Angeles";
};
user = "immich";
# Removed user = "immich";
};
immich-machine-learning = {
@ -41,7 +41,7 @@
DB_DATABASE_NAME = "immich_db";
TZ = "America/Los_Angeles";
};
user = "immich";
# Removed user = "immich";
};
immich-redis = {
@ -49,11 +49,11 @@
volumes = [
"/var/lib/immich/redis-data:/data"
];
user = "redis";
# Removed user = "redis";
};
immich-postgres = {
image = "ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23";
image = "ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db3b44a";
volumes = [
"/var/lib/immich/postgres-data:/var/lib/postgresql/data"
];
@ -63,7 +63,7 @@
POSTGRES_DB = "immich_db";
POSTGRES_INITDB_ARGS = "--data-checksums";
};
user = "postgres";
user = "999"; # Explicitly set UID for postgres user
};
};
}
}