mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-12-22 22:11:58 +01:00
14 lines
279 B
YAML
14 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
|