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
- Invalid query: Query on attribute has gr...
I cannot view the table within the Console
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Failed to create function
Hey everyone 👋 I'm having an issue creating Functions on Appwrite Cloud and I'm not sure if it's a platform bug or something wrong in my project. When I try t...