mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
feat(service): add esphome template (#6532)
Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
eaa668036f
commit
0af80e60a3
19
templates/compose/esphome.yaml
Normal file
19
templates/compose/esphome.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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}
|
||||
Reference in New Issue
Block a user