
I noticed, appwrite on docker creates varieties of images without grouping them in one master container, I want them organized since I have other images, how can I do that?

use docker compose file instead of docker run. docker compose automatically creates stack where in all containers are grouped.

I'm not really sure what you mean...as mentioned <:appwriteupvote:899677724615016528> , there's 1 docker-compose.yml file that defines all the containers for Appwrite. Besides that, there is only 1 Appwrite image that is used for everything from installation to running all the containers. Appwrite requires a dozen or so containers because it's built as sort of like a microservice architecture where there are separate containers to handle specific things.

What I meant is the containers are all visible when I enter the command to check for containers id

Can't I create a new container and place all in it?

not really no

ok
Recommended threads
- Web Console Columns Don't Save.
Minor issue - column flags in the console don't save. I tick some on or off, refresh the page or click on another page in the console, and it reverts back to ...
- Could not open input file: /usr/src/code...
I updated my selfhosted instance to `1.6.2` and the new service (`appwrite-task-stats-resources`) failed to start. The only log message I see is: ``` Could not ...
- Question
Is there anyway to modify the self hosted appwrite code in the register section so that only @eonfluxtech.com emails can register?
