Community Videos Advanced Hummingbot Docker Image by Peter

preview_player
Показать описание
When working on the hummingbot-source, I found a need for a custom Docker image that I can simply mount my source code to and run whenever I needed it to.

At the same time, when my strategies or source was all ready to be used in live trading (i.e. production), I wanted to be able to upload a container to my Raspberry Pi and let it run without having to rebuild from source again (Which would be slow, especially if you add native modules to the mix), all of this preferably as lightweight as possible.

This is exactly why I made this new setup! Thanks to some clever trickery and out of-the-box thinking, this Docker setup uses the same codebase for creating development as well as production Docker images!

GitHub link

Using Docker Compose to launch multiple Hummingbot instances that all save to a single Postgres DB

Docker-compose: Hummingbot + Postgres + PgAdmin

#hummingbot #docker #community
Рекомендации по теме
Комментарии
Автор

Wondering why there is no comments this is great! thanks for sharing

Egli