更新canvas 3d接口 ,使用异步mq队列处理

This commit is contained in:
zcr
2026-03-31 18:16:28 +08:00
parent 5bc27d4d52
commit 35ad8f69e8
9 changed files with 1559 additions and 734 deletions

View File

@@ -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", "-"]