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
bo0tzz
bo0tzz3y ago
Which part seems wrong to you?
mat429.
mat429.OP3y ago
Looks like the machine learning section. Command line missing
bo0tzz
bo0tzz3y ago
The entrypoint is defined in the image's Dockerfile, so no need to have it in the compose yml
Zack
Zack3y ago
In the latest version, that requirement was removed
mat429.
mat429.OP3y ago
Depends on database also missing, but I guess that's the same.👍. Cheers
Zack
Zack3y ago
Machine learning doesn't depend on the database 🙂
mat429.
mat429.OP3y ago
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
Zack
Zack3y ago
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

Did you find this page helpful?