template.yaml 892 B

1234567891011121314151617181920212223242526272829303132333435363738
  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.5.8
  16. author: Christian Lempa
  17. date: '2025-11-07'
  18. tags:
  19. - traefik
  20. - authentik
  21. schema: 1.2
  22. spec:
  23. general:
  24. vars:
  25. service_name:
  26. default: loki
  27. data_retention_days:
  28. description: "Number of days to retain logs"
  29. type: int
  30. default: 7
  31. ports:
  32. vars:
  33. ports_http:
  34. default: 3100
  35. traefik:
  36. vars:
  37. traefik_host:
  38. default: loki