remove ha
All checks were successful
Update Compose File / build (push) Successful in 21s

This commit is contained in:
2026-02-08 21:08:10 -08:00
parent 61f09109ea
commit cdf6131fcf

View File

@@ -154,20 +154,6 @@ services:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
restart: always restart: always
home-assistant:
container_name: home-assistant
image: "ghcr.io/home-assistant/home-assistant:stable"
environment:
TZ: ${TZ}
volumes:
- ${DATA}/home-assistant:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
- ${DRIVE}/music:/media/music
privileged: true
network_mode: host # WebUI is Port 8123
restart: unless-stopped
immich-server: immich-server:
container_name: immich_server container_name: immich_server
image: ghcr.io/immich-app/immich-server:release image: ghcr.io/immich-app/immich-server:release