Skip to content

artplan1/pghero-on-render

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

PGhero on Render.com

Pghero performance dashboard for Postgres on Render

This is an example repo with a Dockerfile for running Pghero as a web service on Render.

You can use it to easily check performance of your PostgreSQL instances running on Render.

Deployment

  1. Create a new Web Service on Render, and enter link to this repo in Public Git repository field.
  2. Make sure the Environment is set to Docker, and enter a name for the service.
  3. Open advanced settings and set following environment variables:
  • DATABASE_URL - private connection string to your pg instance
  • PGHERO_USERNAME - username to open pghero interface
  • PGHERO_PASSWORD - password to open pghero interface

Click Save and you’re good to go! Once ready, your Pghero instance will be available on your render.com URL.


More Pghero documentation: https://github.com/ankane/pghero/blob/master/guides/Docker.md