adjusted TSDB retention time to one year
This commit is contained in:
parent
6fd640e84c
commit
96e5f82620
|
@ -17,6 +17,9 @@ services:
|
|||
volumes:
|
||||
- ./prometheus.yml:/etc/prometheus/prometheus.yml:ro
|
||||
- tsdb:/prometheus:rw
|
||||
command:
|
||||
- '--config.file=/etc/prometheus/prometheus.yml'
|
||||
- '--storage.tsdb.retention.time=1y'
|
||||
grafana:
|
||||
container_name: grafana
|
||||
hostname: grafana
|
||||
|
|
Loading…
Reference in New Issue