mirror of
				https://gitlab.sectorq.eu/home/docker-compose.git
				synced 2025-10-31 02:21:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			381 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			381 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| services:
 | |
|   docker_mon:
 | |
|     image: ${DOCKER_REGISTRY:-}philhawthorne/ha-dockermon:latest
 | |
|     labels:
 | |
|       com.centurylinklabs.watchtower.enable: true
 | |
|       wud.watch: true
 | |
|       wud.watch.digest: true
 | |
|     ports:
 | |
|     - 8126:8126
 | |
|     restart: unless-stopped
 | |
|     volumes:
 | |
|     - /var/run/docker.sock:/var/run/docker.sock
 | |
|     - /share/docker_data/dockermon/config:/config
 | |
| version: '2'
 | 
