Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelshobbs/dokku-proctype-filter
https://github.com/michaelshobbs/dokku-proctype-filter
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelshobbs/dokku-proctype-filter
- Owner: michaelshobbs
- License: mit
- Created: 2016-04-01T00:10:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T17:25:15.000Z (over 7 years ago)
- Last Synced: 2024-08-02T12:50:27.056Z (6 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - michaelshobbs/dokku-proctype-filter - (others)
README
# dokku-proctype-filter
dokku-proctype-filter is a plugin for [dokku][dokku] that only runs Procfile processes as defined by a config variable
## Requirements
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.
## Installation & Example
```sh
# Install the plugin:
# dokku 0.4+
dokku plugin:install https://github.com/michaelshobbs/dokku-proctype-filter.gitdokku config:set DOKKU_PROCFILE_FILTER="web worker"
dokku ps:restart
```## License
This plugin is released under the MIT license. See the file [LICENSE](LICENSE).
[dokku]: https://github.com/progrium/dokku