1 Star 0 Fork 1

lanbo_2002 / docker-registry

forked from lirenkai2000 / docker-registry 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
supervisor.conf 660 Bytes
Copy Edit Raw Blame History
Sam Alba authored 2014-05-14 16:56 . Fix dotcloud support
[program:api]
command = bash -lc "[ -f ~/profile ] && source ~/profile; exec gunicorn -c config/gunicorn_config.py docker_registry.wsgi:application"
directory = /home/dotcloud/
redirect_stderr = true
stdout_logfile = /var/log/supervisor/api.log
stderr_logfile = /var/log/supervisor/api.log
[program:diffworker]
command = bash -lc "[ -f ~/profile ] && source ~/profile; exec ./scripts/diff-worker.py --rhost $DOTCLOUD_REDIS_REDIS_HOST --rport $DOTCLOUD_REDIS_REDIS_PORT -p $DOTCLOUD_REDIS_REDIS_PASSWORD"
directory = /home/dotcloud/
redirect_stderr = true
stdout_logfile = /var/log/supervisor/diffworker.log
stderr_logfile = /var/log/supervisor/diffworker.log
1
https://gitee.com/lanbo2002/docker-registry.git
git@gitee.com:lanbo2002/docker-registry.git
lanbo2002
docker-registry
docker-registry
master

Search