GithubHelp home page GithubHelp logo

zakhar-kogan / deploy-examples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hummingbot/deploy-examples

0.0 0.0 0.0 870 KB

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

License: Apache License 2.0

Shell 79.56% Python 20.44%

deploy-examples's Introduction

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 using Docker Compose, such as:

  • A single Hummingbot instance along with a dashboard that analyzes it
  • 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.

After you have configured it properly, each deployment can be launched with the command:

docker compose up -d

Deployment types using Docker Compose

⭐️⭐️⭐️ We recommend that new Hummingbot users follow this route ⭐️⭐️⭐️

This installs a single Hummingbot instance with a companion Hummingbot Dashboard running.

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.

deploy-examples's People

Contributors

fengtality avatar cardosofede avatar nikspz avatar david-hummingbot avatar klpanagi avatar rapcmia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.