Microservices Address
How is the address (or hostname) of the microservices container determined? Is it hard coded? Or is ther an undocumented env variable? How can I check if the server can reach the microservices?
I would like to get rid of "immich-" in the service names. It works so far but I don't know if microservices can be reached (I cannot test it with ml since my CPU does not support it).
2 Replies
The microservices container isn't reached over http, it gets jobs from the queue in redis instead.
I see. Then I was misguided by the comment "Note: immich-microservices is bound to 3002, but no references are made" in the example.env 😃
And thx for the fast response! Very much appreciated!
btw, there is a nice overview of the archtecture here: https://immich.app/docs/developer/architecture. Note to myself: properly study the docs first (or the plain old "RTFM")... 😅