services: << service_name >>: image: ghcr.io/esphome/esphome:stable container_name: << service_name >> ports: - "<< port >>:6052" environment: - TZ=<< timezone >> volumes: - << data_dir >>/<< service_name >>/config:/config - /etc/localtime:/etc/localtime:ro restart: unless-stopped