Skip to content
Flying Nobita edited this page May 5, 2020 · 9 revisions

You can now deploy your Statping instance on a free Heroku container. Follow the steps below to deploy the Statping Docker image so you will have all the great features including SASS and all the notifiers without any setup.

Install the Heroku CLI

git clone https://github.com/statping/statping.git
cd statping
heroku login
heroku create APP_NAME
heroku container:login
heroku container:push -a APP_NAME web
heroku container:release -a APP_NAME web

View the live Heroku Statping instance at: https://statping.herokuapp.com

Database Configuration

You will need to deploy a PostgreSQL database to your instance and insert some configuration variables. View the image below to see what environment variable you need to configure. If you insert DB_CONN, Statping will attempt to automatically connect to the database without the need for the config.yml file.

Clone this wiki locally