How to only enable certain containers on self hosted appetite? I only needed the database feature
In Appwrite docker-compose.yml
file you can find all the containers that powered your self-hosted Appwrite.
But, even if you want to use only the database
module you'll still need most of them as Appwrite services connect to each other like a mosaic.
- If you want to disable specific services of appwrite, you can go to your appwrite console -> your project -> settings -> services and disable everything except databases.
Recommended threads
- 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...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...