Reload chat on source change.
This commit is contained in:
parent
627ede198b
commit
fb2f0c9390
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ stderr_logfile_maxbytes=0
|
|||
|
||||
[program:chat]
|
||||
directory=/service
|
||||
command=sh -c 'gunicorn files.__main__:app load_chat -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 -b 0.0.0.0:5001'
|
||||
command=sh -c 'gunicorn files.__main__:app load_chat -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 -b 0.0.0.0:5001 --reload'
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue