hummingbot / deploy

This repository provides various examples of how to deploy Hummingbot using Docker.
Apache License 2.0
79 stars 75 forks source link

How does the Deploy container communicate with the Hummingbot container? #62

Closed hack3rcon closed 1 month ago

hack3rcon commented 1 month ago

Hello, As far as I understand, the Deploy container is just a web interface for Hummingbot. Please take a look at the following two YAML files:

https://github.com/hummingbot/deploy/blob/main/docker-compose.yml https://github.com/hummingbot/hummingbot/blob/master/docker-compose.yml

On which line is the Deploy container connected to the Hummingbot container? How do these containers communicate with each other?

Thank you.

david-hummingbot commented 1 month ago

Hi @hack3rcon, the dashboard communicates to the Hummingbot docker container using the Hummingbot broker - https://hummingbot.org/installation/broker/ For questions like this please post in the Hummingbot Discord to get help from the community and post actual issues here instead.