Remove default settings for gunicorn
This commit is contained in:
@@ -122,7 +122,7 @@ write_files:
|
||||
runcmd:
|
||||
- update-ca-certificates
|
||||
- pip install git+https://git.pictuga.com/pictuga/morss.git#egg=morss[full]
|
||||
- gunicorn --bind 0.0.0.0:${PORT:-8000} ${GUNICORN:---workers 4 --threads 4} --preload --access-logfile - morss
|
||||
- gunicorn --bind 0.0.0.0:${PORT:-8000} ${GUNICORN} --preload --access-logfile - morss
|
||||
```
|
||||
|
||||
## Run
|
||||
|
Reference in New Issue
Block a user