mapletree/LXC_archive/monitoring/archived-prometheus.bak0
2026-01-31 11:34:04 -07:00

12 lines
412 B
Text

services:
prometheus:
image: prom/prometheus:latest
container_name: prometheus
ports:
- "9090:9090"
volumes:
- /docker/monitoring/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml:ro
- /docker/monitoring/prometheus/alert_rules.yml:/etc/prometheus/alert_rules.yml:ro
- /docker/monitoring/prometheus-db:/prometheus
user: "1000:1000"
restart: unless-stopped