services: << service_name >>: image: thomst08/requestrr:latest container_name: << service_name >> environment: - TZ=<< timezone >> volumes: - << appdata_dir >>/<< service_name >>:/root/config ports: - "<< port >>:4545" restart: unless-stopped