dokku-proctype-filter is a plugin for dokku that only runs Procfile processes as defined by a config variable
This plugin uses the pre-deploy
trigger to modify the DOKKU_SCALE
file to only run Procfile processes defined by the DOKKU_PROCFILE_FILTER
environment variable.
# Install the plugin:
# dokku 0.4+
dokku plugin:install https://github.com/michaelshobbs/dokku-proctype-filter.git
dokku config:set <app> DOKKU_PROCFILE_FILTER="web worker"
dokku ps:restart <app>
This plugin is released under the MIT license. See the file LICENSE.