add new mount for store prometheus data

This commit is contained in:
2025-08-22 22:47:15 +03:00
parent b2c5a05c90
commit 2ebb6f8320

View File

@@ -3,6 +3,7 @@ services:
image: prom/prometheus:v3.4.2
container_name: prometheus
volumes:
- /srv/monitoring/prometheus-storage:/prometheus
- ./prometheus.yml:/etc/prometheus/prometheus.yml
user: root
networks: