esc
Type to search the docs
Back to catalog

grafana

Tested

Observability and data visualization platform for metrics and logs

Launchable on Launchfile— managed hosting from $5/mo.

Run locally

Tested and verified to launch successfully.

Terminal
$ npx launchfile up grafana

Requires Docker Desktop. No source code needed — pulls pre-built images and starts grafana with all dependencies.

Image:grafana/grafana:latest
LaunchfileView on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: grafana
description: "Observability and data visualization platform for metrics and logs"
repository: https://github.com/grafana/grafana
logo: https://raw.githubusercontent.com/grafana/grafana/main/public/img/grafana_icon.svg

image: grafana/grafana:latest
provides:
  - protocol: http
    port: 3000
    exposed: true
env:
  GF_SECURITY_ADMIN_PASSWORD:
    generator: secret
    sensitive: true
    description: "Admin password"
  GF_SERVER_ROOT_URL:
    default: $app.url
    description: "Public URL Grafana builds links and redirects from"
health: /api/health
storage:
  data:
    path: /var/lib/grafana
    persistent: true
restart: always

Test Results

Last Tested

2026-04-11

Health Check

Passing

Startup Time

6s

Total Disk

681 MB

Learn More

Spec references for features used in this Launchfile.

Related Apps