Rank 3: Container
Hi,
My appwrite calls its Localhost/v1 right from frontend.
But which container is called among the 18 container?
Votes
0
Replies
6
Participants
Unknown
Messages
7
Rank 3: Container
Hi,
My appwrite calls its Localhost/v1 right from frontend.
But which container is called among the 18 container?
Rank 7: Quantum Computer
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
Rank 3: Container
What does Realtime, Appwrite Main Container Do? I cant seem to find Docs
Rank 7: Quantum Computer
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
Rank 3: Container
Great Thanks
Rank 7: Quantum Computer
Sure thing
Admin
[SOLVED] Frontend Calls URL?