mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
4e32900460
* chore(deps): update homeassistant/home-assistant docker tag to v2024.7.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>
14 lines
309 B
YAML
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.7.3
|
|
labels:
|
|
createdBy: "Apps"
|