feat(prometheus): add Prometheus monitoring blueprint with Docker Com… (#463)

* feat(prometheus): add Prometheus monitoring blueprint with Docker Compose, template, and metadata

Introduced a new blueprint for Prometheus, including a Docker Compose setup, configuration template, SVG logo, and metadata entry for streamlined deployment and monitoring capabilities.

* feat(prometheus): add configuration template for Prometheus monitoring

Enhanced the Prometheus blueprint by adding a configuration template for prometheus.yml, defining global settings, scrape intervals, and example scrape configurations. This addition streamlines the setup process for users deploying Prometheus monitoring.

* chore(prometheus): remove version specification from Docker Compose file

Eliminated the version line from the Docker Compose configuration for Prometheus to streamline the setup and avoid potential compatibility issues with future Docker Compose versions.
This commit is contained in:
Masum Gökyüz
2025-10-26 02:38:41 +03:00
committed by GitHub
parent 2851192d38
commit fb3c2e2952
4 changed files with 84 additions and 0 deletions

View File

@@ -4431,6 +4431,23 @@
],
"dokploy_version": "<0.22.5"
},
{
"id": "prometheus",
"name": "Prometheus",
"version": "latest",
"description": "Prometheus is an open-source monitoring and alerting toolkit designed for reliability and scalability.",
"logo": "Prometheus.svg",
"links": {
"github": "https://github.com/prometheus/prometheus",
"website": "https://prometheus.io/",
"docs": "https://prometheus.io/docs/introduction/overview/"
},
"tags": [
"monitoring",
"alerting",
"metrics"
]
},
{
"id": "pterodactyl",
"name": "Pterodactyl",