Hello, I would like to know why, using the "appwrite/appwrite:latest" Docker image, there is an error connecting to the database (Redis). Doesn't the Appwrite/appwrite:latest image already contain a working Redis server ?
TL;DR
Developers facing connection errors with Redis while using the "appwrite/appwrite:latest" Docker image. They inquired about the included Redis server and the setup process. The solution involves setting up 22 containers manually or using a one-liner in the CLI as per Appwrite documentation: <https://appwrite.io/docs/advanced/self-hosting#install-with-docker>. Additionally, they asked if Portainer was being utilized for the setup.How've you setup Appwrite?
Are you using something like Portainer?
Appwrite is composed of 22 containers, either you'll need to set each one of them manually or run the oneliner in the cli https://appwrite.io/docs/advanced/self-hosting#install-with-docker
I'm doing some tests and I'll come back to you if I don't succeed.