mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Temp fix for Codespaces not loading
This commit is contained in:
		
							parent
							
								
									3035f76019
								
							
						
					
					
						commit
						75b19674ce
					
				| @ -24,8 +24,8 @@ services: | ||||
|     #                     capabilities: [gpu] | ||||
|     environment: | ||||
|       YOLO_MODELS: "" | ||||
|     devices: | ||||
|       - /dev/bus/usb:/dev/bus/usb | ||||
|     # devices: | ||||
|       # - /dev/bus/usb:/dev/bus/usb # Uncomment for Google Coral USB | ||||
|       # - /dev/dri:/dev/dri # for intel hwaccel, needs to be updated for your hardware | ||||
|     volumes: | ||||
|       - .:/workspace/frigate:cached | ||||
| @ -33,9 +33,9 @@ services: | ||||
|       - /etc/localtime:/etc/localtime:ro | ||||
|       - ./config:/config | ||||
|       - ./debug:/media/frigate | ||||
|       - /dev/bus/usb:/dev/bus/usb | ||||
|      # - /dev/bus/usb:/dev/bus/usb # Uncomment for Google Coral USB | ||||
|   mqtt: | ||||
|     container_name: mqtt | ||||
|     image: eclipse-mosquitto:1.6 | ||||
|     ports: | ||||
|       - "1883:1883" | ||||
|       - "1883:1883" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user