mirror of
				https://github.com/tborychowski/self-hosted-cookbook.git
				synced 2025-11-04 07:37:34 +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
 | 
						|
```
 |