services: << service_name >>: image: ghcr.io/cleanuparr/cleanuparr:latest container_name: << service_name >> environment: - TZ=<< timezone >> volumes: - << appdata_dir >>/<< service_name >>:/config - << data_root >>:/data ports: - "<< port >>:11011" restart: unless-stopped