Self-host with Docker · Yantr
Grafana
Open-source analytics and monitoring with beautiful, customizable dashboards.
1
Ports
3
Notes
3
Use Cases
About
What Grafana does
Grafana is the open-source standard for monitoring and observability. It lets you query, visualize, alert on, and understand your metrics no matter where they are stored. Connects to Prometheus, InfluxDB, Elasticsearch, Loki, and dozens of other data sources for rich, interactive dashboards.
Install Flow
How to self-host Grafana
Grafana can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what Grafana does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Build beautiful, interactive dashboards that visualize metrics from Prometheus, InfluxDB, Elasticsearch, or any supported data source.
- Set up alerting rules that notify you via Slack, email, PagerDuty, or Telegram when metrics cross defined thresholds.
- Combine data from multiple sources — Prometheus for infrastructure, Loki for logs, Tempo for traces — in a single unified view.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 3000 | HTTP | Dashboard |
Docker Image
grafana/grafana:latest
Service Name
grafana
Notes
Things to know before you deploy
- Default admin credentials are admin / admin — change on first login.
- Connect data sources via the UI at /datasources after deployment.
- Supports plugins from the Grafana catalog for additional panels and data sources.
Related Apps
More tools you might pair with Grafana
Page generated 2026-07-27T04:28:00.415Z