这是indexloc提供的服务,不要输入任何密码
Skip to content

hummingbot/deploy

 
 

Repository files navigation

Deploying Hummingbot with Docker

Intro

This repository provides various examples of how to deploy Hummingbot using Docker Compose. Hummingbot is an open source framework that helps you build automated trading strategies, or bots that run on cryptocurrency exchanges, and Docker Compose is a tool for defining and running multi-container Docker applications

It also contains standalone bash scripts that assist you to setting up Hummingbot with Docker, but we recommend using Docker Compose instead.

See Docker for more information about how to install and use Docker.

How do I use this repo?

Each folder showcases a different deployment type, such as:

  • A single Hummingbot instance
  • A single Hummingbot instance that auto-starts a strategy or script
  • Linked Hummingbot and Gateway instances
  • Multiple instances of Hummingbot

The important files in each folder are:

  • docker-compose.yml: A sample configuration file for that deployment type
  • README.md: A detailed README file that guides users through the steps required to deploy Hummingbot using Docker, including how to build and run the containers, how to configure the bot, and how to monitor its performance.

Deployment types using Docker Compose

This installs a single Hummingbot instance as a Docker container.

This installs a single Hummingbot instance as a Docker container and automatically starts running a pre-configured script or strategy.

This installs a Hummingbot instance linked to a Hummingbot Gateway instance.

This installs two Hummingbot instances, linked to a single Hummingbot Gateway instance.

This installs a Hummingbot instance linked to a Hummingbot Gateway instance, along with an EMQX Broker.

!!! note "Experimental deployment" This deployment is still undergoing testing, so we recommend using the standalone deployments for message brokers from the hummingbot/brokers repository.

These standalone bash scripts can also assist you to setting up Hummingbot and Gateway with Docker, but we recommend using Docker Compose instead.

The following operations are possible using the bash scripts:

  • Create a Hummingbot container
  • Update the Hummingbot image version
  • Start a stopped container of Hummingbot
  • Create a Gateway container
  • Copy the certificates to the corresponding gateway path

Other Hummingbot Repos

Contributions

Hummingbot belongs to its community, so we welcome contributions! Users are encouraged to submit pull requests with their own examples and use cases for deploying Hummingbot with Docker.

About

This repository provides various examples of how to deploy Hummingbot using Docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published