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

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-05 21:32:25 +00:00

30 lines
543 B
YAML

services:
esphome:
image: ghcr.io/esphome/esphome:2025.9.3
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