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.
- Host: GitHub
- URL: https://github.com/theacodes/docker-procfile
- Owner: theacodes
- License: apache-2.0
- Created: 2015-08-05T20:46:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T20:51:23.000Z (almost 11 years ago)
- Last Synced: 2024-10-10T18:35:56.322Z (over 1 year ago)
- Language: Python
- Size: 129 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.