Files
docker_scripts/homenetwork/nas/homeassistant.yml
T
matthias 743ce4c4f3 Added frigate and homeassistant docker files
tweaked swag - now with collabora assistance
updated collabora domain in nextcloud
2024-12-16 11:25:58 +01:00

12 lines
386 B
YAML

services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- /srv/dev-disk-by-uuid-17e88007-4d0c-45e0-8757-cacfcc458630/docker_config/homeassistant/config:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
network_mode: host