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
- Clean install of 1.9.0 shows errors in a...
I just run a full clean install of Appwrite on my server following the Manual installation guide in the docs page. The console seems to work, visually there d...
- Setup custom domain on selfhosted behind...
Hello everyone, can anyone help me to setup a custom domain on a selfhosted appwrite instance thats running behind cloudflare tunnels? Current setup: Appwrite r...
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...