|
@@ -1,33 +0,0 @@
|
|
|
-
|
|
|
-
|
|
|
-[circus]
|
|
|
-check_delay = 5
|
|
|
-endpoint = tcp://127.0.0.1:5555
|
|
|
-pubsub_endpoint = tcp://127.0.0.1:5556
|
|
|
-statsd = true
|
|
|
-
|
|
|
-[watcher:taiga]
|
|
|
-working_dir = /app/code/taiga-back
|
|
|
-cmd = gunicorn
|
|
|
-args = -w 1 -t 60 --pythonpath=. -b 127.0.0.1:8001 taiga.wsgi
|
|
|
-uid = root
|
|
|
-numprocesses = 1
|
|
|
-autostart = true
|
|
|
-send_hup = true
|
|
|
-stdout_stream.class = FileStream
|
|
|
-stdout_stream.filename = /run/gunicorn.stdout.log
|
|
|
-stdout_stream.max_bytes = 10485760
|
|
|
-stdout_stream.backup_count = 4
|
|
|
-stderr_stream.class = FileStream
|
|
|
-stderr_stream.filename = /run/gunicorn.stderr.log
|
|
|
-stderr_stream.max_bytes = 10485760
|
|
|
-stderr_stream.backup_count = 4
|
|
|
-
|
|
|
-[env:taiga]
|
|
|
-PATH=/app/code/taiga/bin:$PATH
|
|
|
-TERM=rxvt-256color
|
|
|
-SHELL=/bin/bash
|
|
|
-USER=root
|
|
|
-LANG=en_US.UTF-8
|
|
|
-HOME=/app/code
|
|
|
-PYTHONPATH=/app/code/taiga/lib/python3.4/site-packages
|