Reset history to current sanitized state

This commit is contained in:
2026-08-05 16:53:08 +00:00
commit 3e842868ec
5 changed files with 483 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
services:
prometheus:
mem_limit: 1.5g
memswap_limit: 2.5g
image: prom/prometheus
container_name: prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--storage.tsdb.path=/prometheus'
- '--storage.tsdb.retention.time=10y'
- '--storage.tsdb.retention.size=1GB'
volumes:
- ./config/prometheus.yml:/etc/prometheus/prometheus.yml:ro
- /srv/appdata/prometheus/data:/prometheus
restart: unless-stopped
networks:
npm_proxy:
ipv4_address: 192.168.96.14
networks:
npm_proxy:
external: true