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
|
image: grafana/loki:2.8.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: -config.file=/etc/loki/local-config.yaml
|
command: -config.file=/etc/loki/local-config.yaml
|
||||||
|
volumes:
|
||||||
|
- "loki_data:/loki"
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
|
|
||||||
@ -184,6 +186,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
prom_data:
|
prom_data:
|
||||||
grafana_data:
|
grafana_data:
|
||||||
|
loki_data:
|
||||||
label_discovery:
|
label_discovery:
|
||||||
alertmanager_data:
|
alertmanager_data:
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
Reference in New Issue
Block a user