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
- IMPORTANT! SOC-2 Request Failing
Issue requesting SOC-2. If tried other/private browser as well as filling in optional fields.
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...