[Feature] Will immich support remote microservices? #6989
Replies: 3 comments 18 replies
-
This is supported, microservices just needs access to a few more things than ML does. As long as it has access to postgres, redis, and the library folder, you can run the microservices anywhere. |
Beta Was this translation helpful? Give feedback.
-
Are there any docs on how to do that, I can't seem to find anything? |
Beta Was this translation helpful? Give feedback.
-
@tanmaychimurkar do I understand correctly that the instructions above are saying to mount the postgres data to the remote host over a network mount and run a second postgres container there? Because that is absolutely wrong and will cause data corruption. Don't do that. There should be one single postgres container, with its data folder not on a network mount, and all the Immich containers should connect to that same postgres. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The feature
I've noticed that you offer support for remote machine learning. However, in my scenario, the use of microservices to generate thumbnails is more frequent than machine learning, and it consumes most of the CPU resources, causing my machine to slow down. In my view, microservices are independent services and should easily support features similar to those in machine learning services. Thank you.
Platform
Beta Was this translation helpful? Give feedback.
All reactions