add homeassistant

This commit is contained in:
2025-06-08 23:35:14 -04:00
parent 627975f88e
commit c95cb1687b
+11
View File
@@ -0,0 +1,11 @@
---
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- ./config:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
privileged: true
network_mode: host