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
- Rec'd a "phishing" email that apparently...
I received an email attempting to convince me that my password expired - and the link wanted to send me to an appwrite instance: (https://updating-projects-ads....
- HackByte X AppWrite
I am Om an Organiser at Hackbyte, Central India's largest hackathon. We are an MLH acreddited hackathon and this is our 4th iteration. Last year we had around ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...