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
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....