fixup! Logging: Add Loki + Promtail
This commit is contained in:
parent
59146e3f9f
commit
2ee04d52b6
@ -163,6 +163,8 @@ services:
|
||||
image: grafana/loki:2.8.0
|
||||
restart: unless-stopped
|
||||
command: -config.file=/etc/loki/local-config.yaml
|
||||
volumes:
|
||||
- "loki_data:/loki"
|
||||
networks:
|
||||
- backend
|
||||
|
||||
@ -184,6 +186,7 @@ services:
|
||||
volumes:
|
||||
prom_data:
|
||||
grafana_data:
|
||||
loki_data:
|
||||
label_discovery:
|
||||
alertmanager_data:
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user