Files
dokku/docs/deployment/schedulers/null.md
Jose Diaz-Gonzalez d61d91cf87 docs: use github admonitions
These still need to be properly parsed.
2023-08-19 14:24:12 -04:00

553 B

Null Scheduler

Important

New as of 0.25.0

The null scheduler does nothing, and is useful for routing to services not managed by Dokku. It should not be used in normal operation. Please see the network documentation for more information on the aforementioned use case.

Usage

Detection

This scheduler is never auto-detected. The scheduler must be specified via the scheduler:set command:

dokku scheduler:set node-js-app selected null