Upload files to "homeassistant"

This commit is contained in:
Jadowyne Ulve 2025-04-26 10:02:41 -05:00
parent ae9f90718e
commit 1f7428aaf2

View File

@ -0,0 +1,12 @@
version: '3'
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