Microservices not connecting to database
Hello there, with the recent updates i went to migrate and everything but the microservices seems to be working.
Docker compose is attached and the error in the microservices log is: Any help would be appreciated.
Docker compose is attached and the error in the microservices log is: Any help would be appreciated.
6 Replies
Try to bring down all containers related to Immich, then bring them up again
I have tried. I've fully removed all containers and let it rebuild them, still nothing. I double checked the dependencies but still no dice.
I've also tried hardcoding the IP's of the postgres and redis instances in the db_host and redis_host variables.
Is your redis container running? Do its logs have any errors?
yes it is
its logs
all the other containers, except for the microservices seems to work
It's not added to the same network as the rest
oh snap!
you're right
I knew it had to be something simple
who'd of guessed putting it in the same network would fixed it 😛
thanks for the help (and making me feel like a big dummy, realizing how much time i wasted looking at other stuff).