forked from CCCHH/ansible-infra
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			596 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			596 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ## Links & Rescources:
 | |
| # 
 | |
| # https://github.com/louislam/uptime-kuma
 | |
| # https://github.com/louislam/uptime-kuma/wiki/%F0%9F%94%A7-How-to-Install
 | |
| # https://github.com/louislam/uptime-kuma/blob/master/docker/docker-compose.yml
 | |
| # https://github.com/louislam/uptime-kuma/wiki/%F0%9F%86%99-How-to-Update
 | |
| # https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy
 | |
| # https://github.com/louislam/uptime-kuma/wiki/Environment-Variables
 | |
| 
 | |
| services:
 | |
|   uptime-kuma:
 | |
|     image: louislam/uptime-kuma:1
 | |
|     restart: unless-stopped
 | |
|     volumes:
 | |
|       - "./uptime-kuma-data:/app/data"
 | |
|     ports:
 | |
|       - 3001:3001
 |