temp override
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user