diff --git a/README.md b/README.md index c74d95e..d270f43 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You can deploye a compatible Docker environment with Portainer and Traefik with: ## List of services availables: - + | Status | Service | Website | Update | Maintainer | |:--:|--|--|--|--| @@ -92,6 +92,7 @@ You can deploye a compatible Docker environment with Portainer and Traefik with: | ✅ | paperless-ngx [paperless-ngx](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/paperless-ngx.yml) | [Github.com](https://github.com/paperless-ngx/paperless-ngx) | 2022-06-28 | Mickael "PAPAMICA" Asseline | | ✅ | phpmyadmin [phpmyadmin](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/phpmyadmin.yml) | [Github.com](https://github.com/phpmyadmin/phpmyadmin) | 2022-10-18 | Quentin JOLY - @QJoly | | ✅ | plex [plex](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/plex.yml) | [Plex.tv](https://www.plex.tv) | 2022-05-12 | Mickael "PAPAMICA" Asseline | +| ✅ | prometheus_server [prometheus_server](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/prometheus_server.yml) | [Prometheus.io](https://prometheus.io/) | 2022-10-20 | Mickael "PAPAMICA" Asseline | | ✅ | prowlarr [prowlarr](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/prowlarr.yml) | [Gitub.com](https://github.com/Prowlarr/Prowlarr) | 2022-05-17 | Mickael "PAPAMICA" Asseline | | ✅ | radarr [radarr](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/radarr.yml) | [Radarr.video](https://radarr.video/) | 2022-05-17 | Mickael "PAPAMICA" Asseline | | ✅ | readarr [readarr](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/readarr.yml) | [Github.com](https://github.com/Readarr/Readarr) | 2022-05-17 | Mickael "PAPAMICA" Asseline | @@ -125,7 +126,7 @@ You can deploye a compatible Docker environment with Portainer and Traefik with: | ✅ | zabbix [zabbix](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/zabbix.yml) | [Zabbix.com](https://www.zabbix.com/) | 2022-05-11 | Mickael "PAPAMICA" Asseline | ## List of services to do: - + | Status | Service | |:--:|--| @@ -246,7 +247,6 @@ You can deploye a compatible Docker environment with Portainer and Traefik with: | 🚸 | privatebin | | 🚸 | projectsend | | 🚸 | prometheus_alertmanager | -| 🚸 | prometheus_server | | 🚸 | radicale | | 🚸 | rainloop | | 🚸 | raneto | diff --git a/templates-portainer.json b/templates-portainer.json index 05923d5..0ffd9f2 100644 --- a/templates-portainer.json +++ b/templates-portainer.json @@ -2725,6 +2725,55 @@ } ] }, + { + "type": 3, + "title": "Prometheus", + "name": "Prometheus", + "description": "From heatmaps to histograms, graphs to geomaps: fast and furious visualizations any way you want.", + "note": "Website: Prometheus.io", + "categories": [ + "SelfHosted", + "Monitoring", + "PAPAMICA" + ], + "platform": "linux", + "logo": "https://img.papamica.com/logo/prometheus.png", + "repository": { + "stackfile": "composes-files/prometheus_server.yml", + "url": "https://github.com/PAPAMICA/docker-compose-collection" + }, + "env": [ + { + "name": "SERVICE", + "label": "Name of the service ", + "description": "No spaces or points", + "default": "prometheus" + }, + { + "name": "DATA_LOCATION", + "label": "Data localization ", + "description": "Example: /apps/service", + "default": "/_data/apps" + }, + { + "name": "PLUGINS", + "label": "Plugins to install ", + "description": "Example: prometheus-singlestat-panel", + "default": "alexanderzobnin-zabbix-app,prometheus-singlestat-panel" + }, + { + "name": "URL", + "label": "Service URL", + "description": "Example: service.papamica.fr or service.com" + }, + { + "name": "NETWORK", + "label": "Your Traefik network ", + "description": "Example: proxy", + "default": "proxy" + } + ] + }, { "type": 3, "title": "Prowlarr",