Files
homeprod/docker/home/esphome/docker-compose.yml
dependabot[bot] be339213b9 build(deps): bump esphome/esphome in /docker/home/esphome
Bumps [esphome/esphome](https://github.com/esphome/esphome) from 2025.11.4 to 2025.11.5.
- [Release notes](https://github.com/esphome/esphome/releases)
- [Commits](https://github.com/esphome/esphome/compare/2025.11.4...2025.11.5)

---
updated-dependencies:
- dependency-name: esphome/esphome
  dependency-version: 2025.11.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 00:16:19 +00:00

30 lines
544 B
YAML

services:
esphome:
image: ghcr.io/esphome/esphome:2025.11.5
ports:
- "6052"
networks:
- default
- proxy
environment:
- TZ=Europe/Paris
volumes:
- esphome_config:/config
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.esphome.rule=Host(`esphome.lan`)"
volumes:
esphome_config:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/app/esphome/config'
networks:
proxy:
external: true
name: proxy