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