When setting up source for testing PR18, we have to use docker compose. up emqx for running the hummingbot-broker however it requires to manually add .env file which is created from bash setup.sh

Workaround: Manually create .env file below:
CONFIG_PASSWORD=a
BOTS_PATH=insert-directory-of-deploy
Steps to reproduce:
- Clone https://github.com/hummingbot/deploy
- Run
docker compose up emqx -d