| 1234567891011121314151617181920212223242526272829303132333435363738 |
- ---
- kind: compose
- metadata:
- name: Grafana
- description: >
- Grafana is an open-source platform for monitoring and observability that allows you to visualize and analyze metrics, logs, and traces from various data
- sources. It provides a powerful and flexible dashboarding solution for IT infrastructure and application monitoring.
- Project: https://grafana.com/
- Documentation: https://grafana.com/docs/grafana/latest/
- GitHub: https://github.com/grafana/grafana
- version: 12.1.1
- author: Christian Lempa
- date: '2025-09-28'
- tags:
- - grafana
- - monitoring
- - alerting
- spec:
- general:
- vars:
- service_name:
- default: "grafana"
- container_name:
- default: "grafana"
- ports:
- vars:
- ports_http:
- description: "Host port for HTTP (3000)"
- type: int
- default: 3000
- traefik:
- vars:
- traefik_host:
- default: grafana.home.arpa
|