services: << service_name >>: image: ghcr.io/home-assistant/home-assistant:stable container_name: << service_name >> ports: - "<< port >>:8123" environment: - TZ=<< timezone >> volumes: - << appdata_dir >>/<< service_name >>/config:/config restart: unless-stopped