stellar-deprecated / kelp

Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
https://kelpbot.io
Other
1.09k stars 262 forks source link

Kelp GUI: One-click deploy to Heroku #740

Open nikhilsaraf opened 2 years ago

nikhilsaraf commented 2 years ago

Desired Behavior

I want to make it easier to deploy a self-hosted version of the Kelp GUI

Impact

The desired behavior will allow me to do a one-click deploy to Heroku/DigitalOcean for the Kelp GUI. This will make it easier for people who want to run the Kelp GUI by themselves

Feature Suggestion

We can achieve the desired behavior by adding a one-click deploy button for Heroky/DigitalOcean via our Dockerized version of Kelp

References

This feature exists for a Stellar node. See this PR as an example of how to do a one-click deploy to Heroku: https://github.com/stellar/docker-stellar-core-horizon/pull/276/files

Specification

Heroku Docs for one-click deploy button: https://devcenter.heroku.com/articles/heroku-button

Deploy to Digital Ocean one-click deploy button docs: https://docs.digitalocean.com/products/app-platform/how-to/add-deploy-do-button/

leighmcculloch commented 2 years ago

Heroky/DigitalOcean via our Dockerized version of Kelp

Another option is render.com, which has gained some popularity as a Heroku alternative. It supports Docker.