Docker-compose dgraph/standalone

The standalone container just runs both an alpha and zero process in one container:

dgraph zero & dgraph alpha

So it should have both running. When you change the command in your snippet, you are only running the zero.

Ratel is not running in that container but can be accessed at play.dgraph.io and connecting to your local instance. (Or by running it’s container in your compose setup)