services: << service_name >>: image: ghcr.io/hotio/whisparr:latest container_name: << service_name >> environment: - PUID=<< puid >> - PGID=<< pgid >> - TZ=<< timezone >> - UMASK=002 volumes: - << appdata_dir >>/<< service_name >>:/config - << data_root >>:/data ports: - "<< port >>:6969" restart: unless-stopped