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
- 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?
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...