mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2026-01-18 23:20:36 +00:00
more apps
This commit is contained in:
12
apps/monitors/dockprom.md
Normal file
12
apps/monitors/dockprom.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Dockprom
|
||||
A monitoring solution for Docker hosts and containers with Prometheus, Grafana, cAdvisor, NodeExporter and alerting with AlertManager.
|
||||
|
||||
- [Github repo](https://github.com/stefanprodan/dockprom)
|
||||
|
||||
|
||||
## installation
|
||||
```sh
|
||||
git clone https://github.com/stefanprodan/dockprom
|
||||
cd dockprom
|
||||
ADMIN_USER=admin ADMIN_PASSWORD=admin docker-compose up -d
|
||||
```
|
||||
Reference in New Issue
Block a user