appstore-1panel/apps/home-assistant/2024.10.2/docker-compose.yml
renovate[bot] 2cb83ef38a
chore(deps): update homeassistant/home-assistant docker tag to v2024.10.2 (#2277)
* chore(deps): update homeassistant/home-assistant docker tag to v2024.10.2

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2024-10-14 11:10:03 +08:00

14 lines
310 B
YAML

services:
homeassistant:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
volumes:
- "./data:/config"
- "/run/dbus:/run/dbus:ro"
environment:
- TZ=${TIME_ZONE}
image: homeassistant/home-assistant:2024.10.2
labels:
createdBy: "Apps"