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 ?
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.
Recommended threads
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.
- Seed db
hello there... is this correct way to seed appwrite
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?