yml
Hi all,
Just to flag that I think the yml file linked to on the "installation" section of the website is out of step with the new changes
https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
Cheers
8 Replies
Which part seems wrong to you?
Looks like the machine learning section. Command line missing
The entrypoint is defined in the image's Dockerfile, so no need to have it in the compose yml
In the latest version, that requirement was removed
Depends on database also missing, but I guess that's the same.👍. Cheers
Machine learning doesn't depend on the database 🙂
https://github.com/immich-app/immich/blob/4dab50c10a1cc196e973ed2b4751e8baebb89736/docker/docker-compose.yml#L34-L47
Is it not needed in the new yml file then? Sorry if that's a stupid question, just keen to understand more.
GitHub
immich/docker-compose.yml at 4dab50c10a1cc196e973ed2b4751e8baebb897...
Self-hosted photo and video backup solution directly from your mobile phone. - immich/docker-compose.yml at 4dab50c10a1cc196e973ed2b4751e8baebb89736 · immich-app/immich
Yea it's not, it was probably a copy paste mistake on the original machine learning image. Machine learning has a very basic api and just receives requests to run the machine learning tasks on specific files
So it doesn't require access to the database