env_files -> env_file
This commit is contained in:
parent
d89f0db4ae
commit
02fad6a489
|
@ -100,7 +100,7 @@ in {
|
|||
"${cfg.store-directory}:/usr/src/app/upload"
|
||||
"/etc/localtime:/etc/localtime:ro"
|
||||
];
|
||||
env_files = [ hostSecrets.immichEnv.target-file ];
|
||||
env_file = [ hostSecrets.immichEnv.target-file ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -109,7 +109,7 @@ in {
|
|||
image = cfg.images.immich-ml;
|
||||
restart = "always";
|
||||
volumes = [ "${cfg.state-directory}/model-cache:/cache" ];
|
||||
env_files = [ hostSecrets.immichEnv.target-file ];
|
||||
env_file = [ hostSecrets.immichEnv.target-file ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -125,7 +125,7 @@ in {
|
|||
restart = "always";
|
||||
volumes =
|
||||
[ "${cfg.state-directory}/database:/var/lib/postgresql/data" ];
|
||||
env_files = [ hostSecrets.immichEnv.target-file ];
|
||||
env_file = [ hostSecrets.immichEnv.target-file ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue