mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-23 16:01:01 +00:00
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.
16 lines
383 B
YAML
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"
|