https://github.com/yesoreyeram/grafana-railway-app-template
Template for self hosted grafana in railway.app
https://github.com/yesoreyeram/grafana-railway-app-template
Last synced: 4 months ago
JSON representation
Template for self hosted grafana in railway.app
- Host: GitHub
- URL: https://github.com/yesoreyeram/grafana-railway-app-template
- Owner: yesoreyeram
- Created: 2022-02-04T21:05:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T13:14:25.000Z (about 3 years ago)
- Last Synced: 2025-01-11T12:48:00.647Z (5 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: Grafana
description: A Grafana instance with a PostgreSQL database
tags:
- postgresql
- grafana
- monitoring
- observability
- kubernetes
- prometheus
---## Grafana example
This example deploys self-hosted version of [Grafana](https://grafana.com). Internally it uses a PostgreSQL database to store the data.
[](https://railway.app/new?template=https://github.com/yesoreyeram/grafana-railway-app-template&plugins=postgresql&envs=PORT,GF_SECURITY_ADMIN_PASSWORD,GF_DATABASE_SSL_MODE,GF_DATABASE_TYPE,GF_DATABASE_URL,GF_INSTALL_PLUGINS&PORTDefault=3000&GF_SECURITY_ADMIN_PASSWORDDefault=admin&GF_DATABASE_SSL_MODEDefault=require&GF_DATABASE_TYPEDefault=postgres&GF_DATABASE_URLDefault=postgres%3A%2F%2F%24%7B%7B+PGUSER+%7D%7D%3A%24%7B%7B+PGPASSWORD+%7D%7D%40%24%7B%7B+PGHOST+%7D%7D%3A%24%7B%7B+PGPORT+%7D%7D%2F%24%7B%7B+PGDATABASE+%7D%7D&GF_INSTALL_PLUGINSDefault=yesoreyeram-infinity-datasource,grafana-worldmap-panel,grafana-clock-panel)
## ✨ Features
- PostgreSQL
- Grafana## 💁♀️ How to use
- Click the **Deploy on Railway** button 👆
- Modify the list of plugins as required
- Visit your console after the deployment is complete
- Login to grafana using `admin:admin` credentials
- Make sure to change the default admin password after your first visit## 📝 Notes
- This starter automatically provisions a PostgreSQL database for you when you click the `Deploy on Railway`.