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
- The console isnt showing documents
In console ui saved documents are being shown on frontend but i can see its showing 4 or number of docs available but in rows its only showing single doc and th...
- Whats wrong here
I keep trying to fucking add the appwrite domains including CNAME and CAA but it keeps failing , this is the exact records i have right now in cf
- appwrite free plan resources issue
i'm on free plan and i just used 700MB bandwidth with 8mb storage and 141k requests, but when i'm trying to continue developing my app it send me an error messa...