瀏覽代碼

add home assistant

Jason Playne 2 年之前
父節點
當前提交
3082474a39
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      network/docker-compose.yml

+ 12 - 0
network/docker-compose.yml

@@ -12,6 +12,7 @@ volumes:
   radarr_config:
   sonarr_config:
   nzbget_config:
+  home_assistant_config:
 
   media_share:
     driver_opts:
@@ -298,3 +299,14 @@ services:
       - SUBDOMAIN=apps
       - PROXIED=false
 #      - RRTYPE=AAAA
+
+  home_assistant:
+    image: ghcr.io/home-assistant/home-assistant:stable
+    network: host
+    network_mode: host
+    privileged: true
+    environment:
+      - TZ=Australia/Perth
+    volumes:
+      - home_assistant_config:/config
+