An open API service indexing awesome lists of open source software.

https://github.com/theacodes/docker-procfile

Example of how to define and run multiple processes in docker.
https://github.com/theacodes/docker-procfile

Last synced: about 1 year ago
JSON representation

Example of how to define and run multiple processes in docker.

Awesome Lists containing this project

README

          

# Docker and Procfile Example

This demonstrates using [Honcho](https://honcho.readthedocs.org/en/latest/) (a port of the [Foreman](http://ddollar.github.io/foreman/) process manager) to run multiple processes in a Docker container.

See [my blog post](http://blog.jonparrott.com/docker-procfiles/) for more information.

## Running

First, copy ``.env.example`` to ``.env`` and enter your Redis server details. Don't have a redis server? Use a free instance from [redislabs](https://redislabs.com) or spin up one yourself on [Google Compute Engine](https://cloud.google.com/solutions/redis/click-to-deploy).

## Contributing changes

* See [CONTRIBUTING.md](CONTRIBUTING.md)

## Licensing

* See [LICENSE](LICENSE)

## Disclaimer

This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.