immich docker

This commit is contained in:
death916 2026-01-14 04:30:05 -08:00
parent badfc8e834
commit b76dd0d6a0

View file

@ -22,7 +22,7 @@
UPLOAD_LOCATION = "/data"; UPLOAD_LOCATION = "/data";
TZ = "America/Los_Angeles"; TZ = "America/Los_Angeles";
}; };
# Removed user = "immich"; user = "983:993"; # immich UID : media_services GID
}; };
immich-machine-learning = { immich-machine-learning = {
@ -41,7 +41,7 @@
DB_DATABASE_NAME = "immich_db"; DB_DATABASE_NAME = "immich_db";
TZ = "America/Los_Angeles"; TZ = "America/Los_Angeles";
}; };
# Removed user = "immich"; user = "983:993"; # immich UID : media_services GID
}; };
immich-redis = { immich-redis = {
@ -49,7 +49,7 @@
volumes = [ volumes = [
"/var/lib/immich/redis-data:/data" "/var/lib/immich/redis-data:/data"
]; ];
# Removed user = "redis"; user = "999:999"; # Assumed Redis UID:GID
}; };
immich-postgres = { immich-postgres = {
@ -63,7 +63,7 @@
POSTGRES_DB = "immich_db"; POSTGRES_DB = "immich_db";
POSTGRES_INITDB_ARGS = "--data-checksums"; POSTGRES_INITDB_ARGS = "--data-checksums";
}; };
user = "999"; # Explicitly set UID for postgres user user = "999:999"; # Assumed Postgres UID:GID
}; };
}; };
} }