template.yaml 880 B

12345678910111213141516171819202122232425262728293031323334353637
  1. ---
  2. kind: compose
  3. metadata:
  4. icon:
  5. provider: selfh
  6. id: loki
  7. name: Loki
  8. description: |-
  9. Loki is a horizontally scalable, highly available, multi-tenant log aggregation system inspired by Prometheus.
  10. This template sets up Loki in a Docker container using Docker Compose.
  11. ## References
  12. * **Project:** https://grafana.com/oss/loki/
  13. * **Documentation:** https://grafana.com/docs/loki/latest/
  14. * **GitHub:** https://github.com/grafana/loki
  15. version: 3.6.3
  16. author: Christian Lempa
  17. date: '2025-12-11'
  18. tags:
  19. - traefik
  20. - authentik
  21. spec:
  22. general:
  23. vars:
  24. service_name:
  25. default: loki
  26. data_retention_days:
  27. description: "Number of days to retain logs"
  28. type: int
  29. default: 7
  30. ports:
  31. vars:
  32. ports_http:
  33. default: 3100
  34. traefik:
  35. vars:
  36. traefik_host:
  37. default: loki