add loki container

This commit is contained in:
2025-10-01 19:54:16 +02:00
parent 620dc2929f
commit e13906cee8
3 changed files with 60 additions and 0 deletions

13
compose.loki.yaml Normal file
View File

@@ -0,0 +1,13 @@
services:
loki:
image: grafana/loki:3.5.3
container_name: loki
restart: always
ports:
- "3100:3100"
# command: -config.file=/etc/loki/local-config.yaml
# volumes:
# - /opt/loki/local-config.yaml:/etc/loki/local-config.yaml:ro
# - /opt/loki/data:/loki
extra_hosts:
- host:192.168.2.200