ansible/playbooks/apps/files/esphome/docker-compose.yaml
Gabriel Augendre c7d4895186
Some checks are pending
/ run ansible (push) Waiting to run
add download lcl
2024-12-06 19:05:41 +01:00

13 lines
279 B
YAML

services:
esphome:
image: ghcr.io/esphome/esphome
volumes:
- ./config:/config
- /etc/localtime:/etc/localtime:ro
restart: always
tty: true
init: true
# privileged: true
network_mode: host # exposes :6052
env_file:
- esphome.env