Add homeassistant

This commit is contained in:
Peter Smit
2025-01-18 17:01:55 +01:00
parent 662a666b8b
commit 200ef32a06
3 changed files with 15 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
include: include:
- gitea/docker-compose.yml - gitea/docker-compose.yml
- homeassistant/docker-compose.yml
- immich/docker-compose.yml - immich/docker-compose.yml
- jellyfin/docker-compose.yml - jellyfin/docker-compose.yml
- paperless/docker-compose.yml - paperless/docker-compose.yml

View File

@@ -0,0 +1 @@
HOMEASSISTANT_CONFIG_DIR=

View File

@@ -0,0 +1,13 @@
services:
homeassistant:
container_name: homeassistant
image: ghcr.io/home-assistant/home-assistant:2025.1.2
volumes:
- ${HOMEASSISTANT_CONFIG_DIR}:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
ports:
- "8123:8123"
restart: unless-stopped
privileged: true
network_mode: host