Add Home Assistant stack

This commit is contained in:
SweetId 2024-12-30 14:46:12 -05:00
parent 8ee56130d3
commit 0a56b99793
1 changed files with 17 additions and 0 deletions

View File

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