Added Homeassistant stack

This commit is contained in:
2025-10-04 18:01:55 +02:00
parent fefed3d608
commit 2f4b6df80c
3 changed files with 32 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
version: '3'
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- /srv/HomeAssistant/data:/config
- /srv/HomeAssistant/.ssh:/root/.ssh
- /srv/HomeAssistant/.my.cnf:/root/.my.cnf:ro
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
network_mode: host