coolify/templates/compose/esphome.yaml
Nicanor Alexander de la Cruz Caba 0af80e60a3
feat(service): add esphome template (#6532)
Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
2026-01-05 14:20:17 +01:00

19 lines
540 B
YAML

# documentation: https://esphome.io/guides/getting_started_command_line/
# slogan: Smart Home Made Simple.
# category: automation
# tags: home, smart, assistant, microcontroller
# logo: svgs/esphome.svg
# port: 6052
services:
esphome:
image: ghcr.io/esphome/esphome:2025.12.4
volumes:
- esp_config:/config
- /etc/localtime:/etc/localtime:ro
privileged: true
network_mode: host
environment:
- SERVICE_URL_ESPHOME_6052
- USERNAME=${SERVICE_USER_ADMIN}
- PASSWORD=${SERVICE_PASSWORD_ADMIN}