increase docker worker count for easier debugging

pull/171/head
Aevann 2023-07-17 17:46:39 +03:00
parent a030f63c2e
commit 3505db4809
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ export REDIS_URL='redis://redis:6379'
export PROXY_URL='http://opera-proxy:18080'
/etc/init.d/nginx start
# gunicorn files.__main__:app load_chat -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 -b 0.0.0.0:5001 -D
gunicorn files.__main__:app -w 1
gunicorn files.__main__:app -w 2