Hello,
I setup immich on my server using docker containers. I wanted to double check and make sure things are working correctly before I make any more modifications(like adding my authelia and such).
So far it seems okay on the front-end perspective, but I noticed my server/microservices logs are being spammed
at parseError (/usr/src/app/node_modules/redis-parser/lib/parser.js:179:12)
at parseType (/usr/src/app/node_modules/redis-parser/lib/parser.js:302:14) {
command: { name: 'info', args: [] }
}```
My sense is, it having troubles connecting to my redis, which I may have miswrote something incorrectly?
my redis is located in this docker compose file https://github.com/deeerow/Selfhosted-DockerProjects/blob/main/authelia/docker-compose.yml#L42C1-L55C15
my immich is on this docker compose file https://github.com/deeerow/Selfhosted-DockerProjects/blob/main/authelia/docker-compose.yml
Also, I am running all of these under "unraid" but i wrote my own docker-compose files, I believe it doesn't matter as long as I am using docker compose.