Get rid of homeassistant. Was not using it at all

This commit is contained in:
Peter Smit
2025-03-27 18:00:55 +01:00
parent 34a29640c9
commit 7e05d99ce4
3 changed files with 0 additions and 15 deletions

View File

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

View File

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

View File

@@ -1,13 +0,0 @@
services:
homeassistant:
container_name: homeassistant
image: ghcr.io/home-assistant/home-assistant:2025.1.4
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