https://github.com/apsl/docker-circusbase
Docker base image for processes managed with circus. Config parameters with envtpl.
https://github.com/apsl/docker-circusbase
Last synced: 3 months ago
JSON representation
Docker base image for processes managed with circus. Config parameters with envtpl.
- Host: GitHub
- URL: https://github.com/apsl/docker-circusbase
- Owner: APSL
- Created: 2014-07-14T15:58:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-09T14:13:05.000Z (over 11 years ago)
- Last Synced: 2025-04-25T22:35:19.126Z (about 1 year ago)
- Language: Shell
- Size: 199 KB
- Stars: 5
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
===================================
Docker circus / envtpl base project
===================================
Docker base image for processes managed with circus. Config parameters with envtpl.
Description
===========
Docker image intended for use as a base image for apps which need process management.
* circus to control processes. http://circus.readthedocs.org/
* envtpl to setup config files on start time, based on environ vars. https://github.com/andreasjansson/envtpl
As an example of envtpl, circus.ini itself is managed with envtpl
Env vars:
Run circus httpd (default False)::
-e CIRCUS_HTTPD=true
Run circus statsd (default False)::
-e CIRCUS_STATSD=true