Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Mattyx00/grafana-on-heroku

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grafana on Heroku

Build Grafana docker image on Heroku.

Quick setup

Deploy

Manual setup

Prerequisites

  • heroku-cli installed
  • logged in to heroku

Commands to setup (for Mac)

Clone this repositry

$ git clone https://github.com/xiz-kak/grafana-on-heroku && cd grafana-on-heroku

Login to Container Registry

$ heroku container:login

Create a heroku app

$ heroku create [app name]

Push the docker image to Container Registry

$ heroku container:push web -a [app name]

Add Postgres add-on to the heroku app

$ heroku addons:create heroku-postgresql:hobby-dev -a [app name]

Release the container

$ heroku container:release web -a [app name]

Open the app

$ heroku open -a [app name]

Login

Use admin/admin to login with the default admin.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 53.5%
  • Shell 46.5%