How to only enable certain containers on self hosted appetite? I only needed the database feature
TL;DR
If you want to enable only the database feature in your self-hosted Appwrite, you can go to the Appwrite console, navigate to your project settings, then services, and disable everything except for databases. However, keep in mind that Appwrite services are interconnected, so even if you only need the database module, you may still need some of the other containers.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
- hi guys! my site is not accesible in my ...
- [Solved] Appwrite project paused
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...