Memcached – Accessing an api running in a docker host from a different docker host
I have two docker projects each with their own docker-compose.yml files. One project holds a django api with docker host for that, while the other project is for open edx which running on another docker host. If I try to…