mirror of
				https://gitlab.sectorq.eu/home/docker-compose.git
				synced 2025-10-31 02:21:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			390 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			390 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| services:
 | |
|   uptime-kuma:
 | |
|     container_name: uptime-kuma
 | |
|     image: ${DOCKER_REGISTRY:-}louislam/uptime-kuma:2.0.0-beta.3
 | |
|     labels:
 | |
|       com.centurylinklabs.watchtower.enable: true
 | |
|       wud.watch: true
 | |
|       wud.watch.digest: true
 | |
|     ports:
 | |
|     - 3001:3001
 | |
|     restart: always
 | |
|     volumes:
 | |
|     - /share/docker_data/uptime-kuma:/app/data
 | |
|     - /var/run/docker.sock:/var/run/docker.sock
 |