mirror of
https://github.com/fspc/workstand.git
synced 2026-09-16 16:41:38 -04:00
Initial commit.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[program:{{ app_name }}]
|
||||
command={{ venv }}/bin/gunicorn -b 127.0.0.1:{{ app_port }} boxoffice.wsgi:application
|
||||
directory={{ app_dir }}
|
||||
environment=DB_PASSWORD="{{ db_user_password }}",OTB_SECRET_KEY="{{ django_key }}"
|
||||
autostart=true
|
||||
autorestart=true
|
||||
redirect_stderr=true
|
||||
|
||||
[eventlistener:memmon]
|
||||
command=memmon -p {{ app_name }}=50MB -m root
|
||||
events=TICK_60
|
||||
@@ -0,0 +1,10 @@
|
||||
[program:{{ app_name }}]
|
||||
command={{ venv }}/bin/gunicorn -b 127.0.0.1:{{ app_port }} boxoffice.wsgi:application
|
||||
directory={{ app_dir }}
|
||||
environment=DB_PASSWORD="{{ db_user_password }}",OTB_SECRET_KEY="{{ django_key }}",DJANGO_SETTINGS_MODULE="boxoffice.settings.staging"
|
||||
autorestart=true
|
||||
redirect_stderr=true
|
||||
|
||||
[eventlistener:memmon]
|
||||
command=memmon -p {{ app_name }}=50MB -m vagrant@ontheboards.local
|
||||
events=TICK_60
|
||||
Reference in New Issue
Block a user