fix(immich): disable immich-machine-learning for now
This commit is contained in:
parent
6cb50e914b
commit
149bdcc303
|
@ -93,12 +93,14 @@ in {
|
||||||
volumes = [ "${uploadDir}:/usr/src/app/upload" ];
|
volumes = [ "${uploadDir}:/usr/src/app/upload" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
immich-machine-learning = immichBase // {
|
# TODO not working atm
|
||||||
image = "altran1502/immich-machine-learning:release";
|
/* immich-machine-learning = immichBase // {
|
||||||
entrypoint = "/bin/sh";
|
image = "altran1502/immich-machine-learning:release";
|
||||||
cmd = [ "./entrypoint.sh" ];
|
entrypoint = "/bin/sh";
|
||||||
volumes = [ "${uploadDir}:/usr/src/app/upload" ];
|
cmd = [ "./entrypoint.sh" ];
|
||||||
};
|
volumes = [ "${uploadDir}:/usr/src/app/upload" ];
|
||||||
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
immich-web = immichBase // {
|
immich-web = immichBase // {
|
||||||
image = "altran1502/immich-web:release";
|
image = "altran1502/immich-web:release";
|
||||||
|
|
Loading…
Reference in a new issue