All checks were successful
		
		
	
	ci/woodpecker/push/demo-workflow Pipeline was successful
				
			
		
			
				
	
	
		
			13 lines
		
	
	
		
			396 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			396 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| services:
 | |
|   homeassistant:
 | |
|     container_name: homeassistant
 | |
|     image: ghcr.io/home-assistant/home-assistant:stable
 | |
|     restart: unless-stopped
 | |
|     network_mode: host
 | |
|     privileged: true
 | |
|     volumes:
 | |
|       - ${DOCKERDIR}/appdata/homeassistant:/config
 | |
|       - /etc/localtime:/etc/localtime:ro
 | |
|     # devices:
 | |
|     #   - /dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_<ID>
 |