Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single click Heroku deploy option #43

Open
pranay01 opened this issue Apr 19, 2021 · 4 comments
Open

Single click Heroku deploy option #43

pranay01 opened this issue Apr 19, 2021 · 4 comments
Assignees
Labels

Comments

@pranay01
Copy link
Collaborator

Providing a single click Heroku deploy option may be a good idea to make it easy to test SigNoz for developers.

Tasks

  • Check if current SigNoz docker can run in Heroku free tier and the compute requirements are served in the free tier of Heroku. Goal is not to test with high load but to get the application up and running with sample Hot ROD application
@nipun1999
Copy link

@pranay01 can you assign this ticket to me. It looks like an interesting first issue to start with.

@pranay01
Copy link
Collaborator Author

Sure @nipun1999

@nipun1999
Copy link

I don't think this will be feasible on Heroku since the free tier only allows 512 MB of dyno and we need more than that. Also, there is not any support of docker-compose on Heroku. You can run individual docker files but running multiple images in a free tier is not really possible. Maybe we can have a test small AWS instance running which devs can use to test our product.

@pranay01
Copy link
Collaborator Author

pranay01 commented Aug 30, 2021

@nipun1999 Does paid version of Heroku allow running multiple docker images via Docker compose? Found this article - https://devcenter.heroku.com/articles/local-development-with-docker-compose

Also, Digital ocean 1 click would also be a good deployment option to enable. Have a look at #284

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants