temp override

This commit is contained in:
soraefir
2026-05-15 00:40:14 +02:00
parent 1154cbb3bd
commit 362afd3d4e

View File

@@ -12,7 +12,8 @@ in {
mode = "0750"; mode = "0750";
}{ }{
path = "${serverCfg.dataPath}/immich/"; path = "${serverCfg.dataPath}/immich/";
mode = "0750"; owner = "1000:1000";
mode = "0755";
}]; }];
containers = { containers = {
@@ -24,6 +25,7 @@ in {
extraEnv = { extraEnv = {
IMMICH_MACHINE_LEARNING_URL = "http://immich-ml:3003"; IMMICH_MACHINE_LEARNING_URL = "http://immich-ml:3003";
REDIS_HOSTNAME = builder.host; REDIS_HOSTNAME = builder.host;
IMMICH_IGNORE_MOUNT_CHECK_ERRORS=true;
}; };
overrides = { overrides = {
volumes = [ volumes = [