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