How can I access a local container from Appwrite functions? I have a container for FastAPI, and I want to access it without calling it as an external API. I tried adding it to the Appwrite compose YAML file with the same network and exposed port, but I still couldn’t access it.
TL;DR
Developer wants to access a local container from Appwrite functions without calling it as an external API. They have tried adding it to the Appwrite compose YAML file with the same network and exposed port, but it didn't work. Solution: Make sure both containers are on the same network and the port is correctly exposed, then try accessing it again.