services: << service_name >>: image: iampuid0/neutarr:latest container_name: << service_name >> environment: - TZ=<< timezone >> volumes: - << appdata_dir >>/<< service_name >>:/config ports: - "<< port >>:9705" restart: unless-stopped