mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
Docker server should have multiple workers to work properly.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
./manage.py migrate
|
||||
gunicorn -b 0.0.0.0:8000 -w 1 YtManager.wsgi
|
||||
gunicorn -b 0.0.0.0:8000 -w 4 YtManager.wsgi
|
||||
|
Reference in New Issue
Block a user