Remove alert rules from prometheus. Make them managed by grafana

This commit is contained in:
Peter Smit
2026-01-19 16:30:27 +01:00
parent 019862d1c4
commit 969b16136a
2 changed files with 0 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ services:
- "9091:9090"
volumes:
- ${PROMETHEUS_CONFIG_PATH}:/etc/prometheus/prometheus.yml:ro
- ${PROMETHEUS_ALERT_RULES_PATH}:/etc/prometheus/alert_rules.yml
- ${PROMETHEUS_DATA_DIR}:/prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'