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
- How to update from 1.8.1 to 1.9.6
Due to the number of issues reported in version 1.9.5, I am hesitant to proceed with the update. Could anyone advise if version 1.9.6 is stable and resolves tho...
- [1.9.5] Google OAuth do not work anymore
After migrating to 1.8.1 to 1.9.0 then 1.9.5 and login through Google I get on Flutter app "Missing redirect URL" "Your OAuth login flow is missing a proper re...
- Fatal error: Allowed memory size of 5368...
Hi how solved it worker-messaging infinite reload ` Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 28672 bytes) in /usr/src/co...