Get rid of homeassistant. Was not using it at all
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
HOMEASSISTANT_CONFIG_DIR=
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user