mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-20 07:15:17 +05:30
Feat: esphome
This commit is contained in:
@@ -9,3 +9,14 @@ services:
|
||||
restart: unless-stopped
|
||||
privileged: true
|
||||
network_mode: host
|
||||
|
||||
esphome:
|
||||
container_name: esphome
|
||||
image: esphome/esphome
|
||||
volumes:
|
||||
- ./esphome/config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: always
|
||||
privileged: true
|
||||
network_mode: host
|
||||
|
||||
|
||||
Reference in New Issue
Block a user