esphome/compose.yml
Raymond Bourges cfae8a23dc MAJ : esphome
2026-02-18 18:18:38 +01:00

14 lines
318 B
YAML

version: '3'
services:
esphome:
container_name: esphome
image: ghcr.io/esphome/esphome:2026.1.4
volumes:
- "${PWD}/config:/config"
- /etc/localtime:/etc/localtime:ro
restart: always
privileged: true
network_mode: host
environment:
- USERNAME=admin
- PASSWORD=admin