[stack] name = "Prometheus" description = "Prometheus Monitoring & Alerting System" version = "1.0.0" category = "monitoring" author = "nocci" [compose] file = "prometheus-compose.yml" [variables] # Keine Secrets erforderlich [ports] prometheus = "9090" [volumes] prometheus_data = "/prometheus" [healthcheck] endpoint = "http://localhost:9090/-/healthy" interval = "30s" timeout = "10s" retries = 3