Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

docker-compose.yml 390B

12345678910111213141516
  1. version: '2.0'
  2. services:
  3. homeassistant:
  4. container_name: home-assistant
  5. image: homeassistant/raspberrypi3-homeassistant
  6. restart: always
  7. devices:
  8. - /dev/video0:/dev/video0
  9. volumes:
  10. - ./config:/config
  11. - ./keys:/root/.ssh/
  12. - /etc/localtime:/etc/localtime:ro
  13. - /dev/mem:/dev/mem
  14. restart: always
  15. privileged: true
  16. network_mode: host