mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-09-01 00:33:35 +00:00
Increase prometheus storage retention size
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
|||||||
- prometheus
|
- prometheus
|
||||||
- grafana
|
- grafana
|
||||||
- caddy
|
- caddy
|
||||||
command: "--config.file=/etc/prometheus/prometheus.yaml --storage.tsdb.retention.time=10d --storage.tsdb.retention.size=5GB"
|
command: "--config.file=/etc/prometheus/prometheus.yaml --storage.tsdb.retention.time=10d --storage.tsdb.retention.size=15GB"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro
|
- ./data/config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro
|
||||||
- prometheus-data:/prometheus
|
- prometheus-data:/prometheus
|
||||||
|
Reference in New Issue
Block a user