appstore-1panel/apps/home-assistant/2024.9.3/docker-compose.yml
renovate[bot] 2715d111da
chore(deps): update homeassistant/home-assistant docker tag to v2024.9.3 (#2170)
* chore(deps): update homeassistant/home-assistant docker tag to v2024.9.3

* 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-09-24 22:28:54 +08:00

14 lines
309 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.9.3
labels:
createdBy: "Apps"