mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-01-23 12:14:17 +00:00
13 lines
355 B
Markdown
13 lines
355 B
Markdown
|
# 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
|
||
|
```
|