Update gipat

This commit is contained in:
2025-11-01 15:12:25 +00:00
parent 4708cb0f5b
commit 440e140618
9 changed files with 137 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- /data/services/homeassistant:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
network_mode: host