更新canvas 3d接口 ,使用异步mq队列处理
This commit is contained in:
@@ -24,8 +24,6 @@ RUN playwright install
|
||||
#CMD ["tail","-f","/dev/null"]
|
||||
# Run the application.
|
||||
CMD ["gunicorn", "main:app_server", \
|
||||
"-w", "4", \
|
||||
"-k", "uvicorn.workers.UvicornWorker", \
|
||||
"--bind", "0.0.0.0:80", \
|
||||
"-c", "/app/gunicorn.conf.py", \
|
||||
"--access-logfile", "-", \
|
||||
"--error-logfile", "-"]
|
||||
Reference in New Issue
Block a user