This commit is contained in:
2025-07-28 08:51:49 -06:00
parent f0c985ba22
commit 4a3da49eb5

View File

@@ -263,6 +263,17 @@ services:
networks: networks:
- proxy - proxy
esphome:
container_name: esphome
image: ghcr.io/esphome/esphome
volumes:
- /data/esphome:/config
- /etc/localtime:/etc/localtime:ro
restart: always
network_mode: host
environment:
- USERNAME=alex
- PASSWORD=alex
networks: networks:
proxy: proxy:
name: proxy name: proxy