updated files

This commit is contained in:
2025-03-18 23:44:40 -07:00
parent 0ca9b3fd52
commit aef46eadd0
24 changed files with 27877 additions and 53 deletions

View File

@@ -0,0 +1,14 @@
version: '3'
services:
esphome:
container_name: esphome
image: ghcr.io/esphome/esphome
volumes:
- /path/to/esphome/config:/config
- /etc/localtime:/etc/localtime:ro
restart: always
privileged: true
network_mode: host
environment:
- USERNAME=test
- PASSWORD=ChangeMe