| 1234567891011121314151617181920212223242526272829 |
- ---
- kind: compose
- metadata:
- name: Loki
- description: >
- Loki is a horizontally scalable, highly available, multi-tenant log aggregation system inspired by Prometheus.
- This template sets up Loki in a Docker container using Docker Compose.
- Project: https://grafana.com/oss/loki/
- Documentation: https://grafana.com/docs/loki/latest/
- GitHub: https://github.com/grafana/loki
- version: 3.5.7
- author: Christian Lempa
- date: '2025-10-13'
- tags:
- - grafana
- - monitoring
- - logging
- draft: true
- spec:
- general:
- vars:
- loki_version:
- type: str
- description: Loki version
- default: latest
|