mirror of
https://github.com/flibusta-apps/fb2converter_server.git
synced 2025-12-06 15:05:37 +01:00
Use uvicorn
This commit is contained in:
@@ -39,4 +39,4 @@ COPY ./scripts/healthcheck.py /root/healthcheck.py
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD gunicorn -k uvicorn.workers.UvicornWorker main:app --bind 0.0.0.0:8080 --timeout 600
|
||||
CMD uvicorn main:app --host 0.0.0.0 --port 8080 --loop uvloop --timeout-keep-alive 600
|
||||
|
||||
Reference in New Issue
Block a user