docker-projects/esphome/compose.yml
2024-08-03 21:55:39 +02:00

28 lines
595 B
YAML

# https://esphome.io/
# system to control your microcontrollers by simple yet powerful configuration files and control them remotely through Home Automation systems
name: esphome
services:
esphome:
container_name: esphome
image: ghcr.io/esphome/esphome
volumes:
- ./config:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
privileged: true
ports:
- 6052:6052
environment:
- USERNAME=test
- PASSWORD=ChangeMe
- ESPHOME_DASHBOARD_USE_PING=true
networks:
- proxy
networks:
proxy:
external: true