Files
appstore/apps/esphome/latest/docker-compose.yml
T
okxlin f0bee71d93 Fix conditional app PR follow-ups
Update EasyBot to the official miuxue/easybot image and separate bridge, web, and HTTP endpoint ports.

Update GoTab to the available doxwant/gotab:1.6.1.6 tag, pin DBX to t8y2/dbx:0.5.36, and fix ESPHome environment variable names for the current official image.

Related source PRs: #3306, #3457, #3945, #3534.
2026-06-23 00:03:27 +08:00

16 lines
383 B
YAML

services:
esphome:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
volumes:
- "${DATA_PATH}:/config"
- /etc/localtime:/etc/localtime:ro
environment:
- TZ=${TZ}
- ESPHOME_USERNAME=${ESPHOME_USERNAME}
- ESPHOME_PASSWORD=${ESPHOME_PASSWORD}
image: "esphome/esphome:latest"
labels:
createdBy: "Apps"