#[SOLVED] Communicate Appwrite Function with another local Container

3 messages · Page 1 of 1 (latest)

modest sky
#

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.

split slate
modest sky
#

Ohh, It Works thanks.