--- kind: compose metadata: icon: provider: selfh id: loki 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. ## References * **Project:** https://grafana.com/oss/loki/ * **Documentation:** https://grafana.com/docs/loki/latest/ * **GitHub:** https://github.com/grafana/loki version: 3.6.3 author: Christian Lempa date: '2025-12-11' tags: - traefik - authentik spec: general: vars: service_name: default: loki data_retention_days: description: "Number of days to retain logs" type: int default: 7 ports: vars: ports_http: default: 3100 traefik: vars: traefik_host: default: loki