services: << service_name >>: image: rhasspy/wyoming-piper:latest container_name: << service_name >> environment: - TZ=<< timezone >> volumes: - << appdata_dir >>/<< service_name >>:/data command: --voice << stem >> ports: - "<< port >>:10200" restart: unless-stopped