# Prometheus 📊 Monitoring & Alerting System ## Deploy in Komodo **Pfad:** `stacks/prometheus/` ## Ports - `9090` - Web UI ## Caddy ```caddyfile prometheus.example.com { reverse_proxy localhost:9090 } ```