Monitoring Stack: add loki logging

This commit is contained in:
Aroy-Art 2025-05-28 12:35:06 +02:00
parent 71f4277ef4
commit f5f33d4c58
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -31,6 +31,11 @@ services:
depends_on:
- graphite
- prometheus
logging:
driver: loki
options:
loki-url: "http://localhost:3100/loki/api/v1/push"
max-size: "200m"
##############################################