remove unvicorn, switch back to vanilla gunicorn

This commit is contained in:
meeb
2020-11-29 17:14:10 +11:00
parent 4803e0750a
commit b0893c80f1
3 changed files with 2 additions and 50 deletions

View File

@@ -108,4 +108,4 @@ EXPOSE 8080
ENTRYPOINT ["/app/entrypoint.sh"]
# Run gunicorn
CMD ["/usr/local/bin/gunicorn", "-c", "/app/tubesync/gunicorn.py", "-k", "uvicorn.workers.UvicornWorker", "--capture-output", "tubesync.asgi:application"]
CMD ["/usr/local/bin/gunicorn", "-c", "/app/tubesync/gunicorn.py", "--capture-output", "tubesync.wsgi:application"]