CasaOS-Store/Apps/HomeAssistant/docker-compose.yml

67 lines
2.4 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: homeassistant
services:
homeassistant:
environment:
PGID: $PGID
PUID: $PUID
TZ: $TZ
image: linuxserver/homeassistant:2023.3.1
deploy:
resources:
reservations:
memory: 256M
network_mode: host
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/$AppID/config
target: /config
x-casaos:
author: CasaOS Team
category: Home Automation
container:
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run HomeAssistant as specified uid.
zh_CN: 以指定的uid运行HomeAssistant
- container: PGID
description:
en_US: Run HomeAssistant as specified gid.
zh_CN: 以指定的gid运行HomeAssistant
index: /
port_map: "8123"
volumes:
- container: /config
description:
en_US: HomeAssistant config directory.
zh_CN: HomeAssistant配置目录
description:
en_US: Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.
zh_CN: 开源的家庭自动化软件将本地控制和隐私放在首位。由全球各地的爱好者和DIY爱好者组成的社区提供支持。适合在树莓派或本地服务器上运行。
developer: Home Assistant
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/screenshot-4.jpg
tagline:
en_US: Awaken your home
zh_CN: 唤醒你的家
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/thumbnail.png
tips: {}
title:
en_US: Home Assistant
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: homeassistant