mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
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:
17
meta.json
17
meta.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user