services: << service_name >>: image: ghcr.io/schaka/janitorr:native-stable container_name: << service_name >> environment: - TZ=<< timezone >> volumes: - << appdata_dir >>/<< service_name >>:/config - << data_root >>:/data ports: - "<< port >>:8978" restart: unless-stopped