فهرست منبع

home assistant update

Christian Lempa 2 سال پیش
والد
کامیت
4a8b976e29
1فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
  1. 12 0
      docker-compose/homeassistant/docker-compose.yaml

+ 12 - 0
docker-compose/homeassistant/docker-compose.yaml

@@ -0,0 +1,12 @@
+---
+services:
+  homeassistant:
+    container_name: homeassistant
+    image: "ghcr.io/home-assistant/home-assistant:2023.6"
+    volumes:
+      - ./config:/config
+      - /etc/localtime:/etc/localtime:ro
+    # devices:
+    #   - /dev/ttyACMO  # (optional) Add serial devices to the container
+    privileged: true
+    restart: unless-stopped