1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-30 15:30:23 +08:00
renovate[bot] cd00a4355e chore(deps): update homeassistant/home-assistant docker tag to v2025.4.1 (#3623)
* chore(deps): update homeassistant/home-assistant docker tag to v2025.4.1

* 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>
2025-04-06 22:32:29 +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:2025.4.1
labels:
createdBy: "Apps"