Retention angepasst

This commit is contained in:
2025-12-23 09:56:15 +01:00
parent 24c5ccee24
commit f15676af61
Regular → Executable
+6
View File
@@ -10,6 +10,12 @@ services:
volumes:
- ./prometheus.yml:/etc/prometheus/prometheus.yml
- /prometheus/:/prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--storage.tsdb.path=/prometheus'
- '--storage.tsdb.retention.time=7200d'
- '--storage.tsdb.retention.size=0'
image: prom/prometheus
restart: unless-stopped
networks: {}