first commit with existing files

This commit is contained in:
2025-05-17 13:08:39 +02:00
commit cda37be691
29 changed files with 617 additions and 0 deletions

16
home-assistant.yaml Normal file
View File

@@ -0,0 +1,16 @@
version: '3'
services:
homeassistant:
container_name: homeassistant
image: ghcr.io/home-assistant/home-assistant:stable
#group_add:
# - "109"
volumes:
- /docker/homeassistant:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: always
privileged: true
network_mode: host
#devices:
# - /dev/dri/renderD128:/dev/dri/renderD128