ansible/playbooks/apps/files/esphome/docker-compose.yaml

14 lines
279 B
YAML
Raw Permalink Normal View History

2024-12-06 19:05:41 +01:00
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