The Scheduler is currently included in the Origam Windows Docker images. However, to use it, you need to create a custom Docker image and configure its initialization there.
The Docker container should support two modes of operation: as a standard Origam server or as a Scheduler. This allows for a clean separation of concerns in complex projects. If needed, both roles can still be combined in a single container via a custom build.
Additionally, the Scheduler and the two-mode option should also be supported in the Linux Docker image.