diff --git a/docker/home-assistant/pi.docker-compose.yaml b/docker/home-assistant/pi.docker-compose.yaml new file mode 100644 index 0000000..8386c46 --- /dev/null +++ b/docker/home-assistant/pi.docker-compose.yaml @@ -0,0 +1,14 @@ +# sources: +# - https://www.home-assistant.io/installation/raspberrypi + +version: '3' +services: + home-assistant: + container_name: home-assistant + image: "ghcr.io/home-assistant/home-assistant:stable" + volumes: + - ./config:/config + - /etc/localtime:/etc/localtime:ro + restart: unless-stopped + privileged: true + network_mode: host