Hi, My appwrite calls its Localhost/v1 right from frontend. But which container is called among the 18 container?
If you want to understand the Application architecture and infrastructure you can look inside in the main Github repo https://github.com/appwrite/appwrite#architecture
For your question
The data enter to your machine through port 80 and 443 for HTTP & HTTPS to one endpoint only which is Treafik ( A Load balancer container)
Then all the traffic is being forward to the main container appwrite and to the appwrite-realtime container
To get a quick overview of the service inspect the Yaml file https://appwrite.io/install/compose
What does Realtime, Appwrite Main Container Do? I cant seem to find Docs
The main container servs all the request being sent to domain/v1 and to the console
The realtime one being sent to /v1/realtime only
Great Thanks
Sure thing
[SOLVED] Frontend Calls URL?
Recommended threads
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...
- Project auto-blocked after load testing ...
Hi team π My project has been automatically blocked with the message: "Project is currently blocked β Access to this project is restricted. Contact support if...
- App build crashing with "Internal error"
Hello Appwrite team! π We are trying to deploy a Next.js application on Appwrite Cloud, but our builds are consistently failing. The deployment log successful...