template.yaml 650 B

1234567891011121314151617181920212223242526272829
  1. ---
  2. kind: compose
  3. metadata:
  4. name: Loki
  5. description: >
  6. Loki is a horizontally scalable, highly available, multi-tenant log aggregation system inspired by Prometheus.
  7. This template sets up Loki in a Docker container using Docker Compose.
  8. Project: https://grafana.com/oss/loki/
  9. Documentation: https://grafana.com/docs/loki/latest/
  10. GitHub: https://github.com/grafana/loki
  11. version: 3.5.7
  12. author: Christian Lempa
  13. date: '2025-10-13'
  14. tags:
  15. - grafana
  16. - monitoring
  17. - logging
  18. draft: true
  19. spec:
  20. general:
  21. vars:
  22. loki_version:
  23. type: str
  24. description: Loki version
  25. default: latest