Jason Playne 2 жил өмнө
parent
commit
3082474a39

+ 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
+