Select Git revision

L2SS-536: Extend prometheus retention, and keep the monitoring data between container restarts
Jan David Mol authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Dockerfile 324 B
FROM prom/prometheus
COPY prometheus.yml /etc/prometheus/prometheus.yml
CMD ["--config.file=/etc/prometheus/prometheus.yml", "--storage.tsdb.path=/prometheus", "--web.console.libraries=/usr/share/prometheus/console_libraries", "--web.console.templates=/usr/share/prometheus/consoles", "--storage.tsdb.retention.time=31d"]