How to start dgraph stack locally using compose

Do a deep cleanup in your Docker env. Also, check any bound paths and clean them too. Check for any Dgraph volume and delete them.

Ratel won’t access the Alpha via http://alpha:8080 cuz this is an internal naming in Docker’s internal network. As Ratel runs in your browser, you will have to use localhost or the IP of the VM if Docker is running in a VM.

Cheers.