mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Run pre-commit
This commit is contained in:
@@ -5,4 +5,4 @@ providers:
|
||||
folder: Dashboards
|
||||
type: file
|
||||
options:
|
||||
path: /var/lib/grafana/dashboards
|
||||
path: /var/lib/grafana/dashboards
|
||||
|
||||
@@ -578,4 +578,4 @@
|
||||
"uid": "knightcrawler-logs",
|
||||
"version": 1,
|
||||
"weekStart": ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,4 +9,4 @@ datasources:
|
||||
basicAuth: false
|
||||
isDefault: false
|
||||
version: 1
|
||||
editable: true
|
||||
editable: true
|
||||
|
||||
@@ -32,4 +32,4 @@ schema_config:
|
||||
schema: v11
|
||||
index:
|
||||
prefix: index_
|
||||
period: 24h
|
||||
period: 24h
|
||||
|
||||
@@ -7,7 +7,7 @@ networks:
|
||||
volumes:
|
||||
grafana-data:
|
||||
loki-data:
|
||||
|
||||
|
||||
services:
|
||||
prometheus:
|
||||
command:
|
||||
@@ -46,7 +46,7 @@ services:
|
||||
image: prometheuscommunity/postgres-exporter
|
||||
networks:
|
||||
- knightcrawler-network
|
||||
|
||||
|
||||
promtail:
|
||||
image: grafana/promtail:2.9.4
|
||||
volumes:
|
||||
@@ -61,7 +61,7 @@ services:
|
||||
networks:
|
||||
- knightcrawler-network
|
||||
|
||||
|
||||
|
||||
loki:
|
||||
command: '-config.file=/etc/loki/local-config.yml'
|
||||
depends_on:
|
||||
@@ -73,4 +73,3 @@ services:
|
||||
volumes:
|
||||
- ./config/loki/config.yml:/etc/loki/local-config.yml
|
||||
- loki-data:/loki
|
||||
|
||||
|
||||
Reference in New Issue
Block a user