Add command to podman-compose
This commit is contained in:
parent
c925d71443
commit
24ab861c63
|
@ -58,7 +58,7 @@ in {
|
||||||
path = with pkgs; [ podman-compose ];
|
path = with pkgs; [ podman-compose ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = pkgs.writeShellScript "immich-machine-learning" ''
|
ExecStart = pkgs.writeShellScript "immich-machine-learning" ''
|
||||||
podman-compose -f ${immichMlConfigYaml}
|
podman-compose -f ${immichMlConfigYaml} up
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue