Cannot get ratel to connect to dgraph container

Although Ratel runs in the Docker context, it is being executed in the Browser. So, it basically has the host context. It doesn’t have the notion of the docker network, you know? If you need to use http://container_name you must have a DNS server or use the host files to route the connection. And also you should run a reverse proxy to make it easy.