Added frigate and homeassistant docker files

tweaked swag - now with collabora assistance
updated collabora domain in nextcloud
This commit is contained in:
2024-12-16 11:25:58 +01:00
parent 1c0cf5f039
commit 743ce4c4f3
5 changed files with 42 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
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