Skip to content
Snippets Groups Projects
Commit b262916b authored by Thomas Downes's avatar Thomas Downes Committed by GraceDB
Browse files

Update supervisord configuration to include gunicorn invocation

parent dc9c6e70
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,14 @@ command=/usr/sbin/apache2ctl -DFOREGROUND
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
priority=2
[program:gracedb]
command=/usr/local/bin/gunicorn --reload --bind 0.0.0.0:8000 config.wsgi:application
directory=/app/gracedb_project
#user=www-data
#group=www-data
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
priority=1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment