Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/cmd/logql-analyzer/docker-compose.yaml

16 lines
377 B

version: "3.3"
services:
backend:
build:
context: ../../
dockerfile: ./cmd/logql-analyzer/Dockerfile
entrypoint: [ "/usr/bin/logql-analyzer", "--server.http-listen-port=3001" ]
ports:
- "3001:3001"
docs:
image: grafana/docs-base:latest
volumes:
- ../../docs/sources:/hugo/content/docs/loki/latest
ports:
- "3002:3002"