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 Launchfile
View 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"
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.