commit 01ab645c7618369315a28dbb2b51b1d83119f705 Author: tizian Date: Sat May 2 23:10:53 2026 +0200 inital commit; diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..2001359 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,13 @@ +services: + homeassistant: + container_name: homeassistant + image: ghcr.io/home-assistant/home-assistant:stable + restart: unless-stopped + privileged: true + network_mode: host + volumes: + - /srv/home-assistent/config:/config + - /etc/localtime:/etc/localtime:ro + - /run/dbus:/run/dbus:ro + environment: + - TZ=Europe/Vienna \ No newline at end of file