appstore-1panel/apps/home-assistant/2024.6.3/docker-compose.yml
renovate[bot] a7787b3747
chore(deps): update homeassistant/home-assistant docker tag to v2024.6.3 (#1602)
* chore(deps): update homeassistant/home-assistant docker tag to v2024.6.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-06-18 14:21:52 +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.6.3
labels:
createdBy: "Apps"