refactor(docker): gunicorn config moved to con file

ref: #422
This commit is contained in:
2024-12-10 10:37:22 +09:30
parent 391dbe80c3
commit 0731efb039
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
access_logfile = '-'
bind = 'unix:/run/gunicorn.sock'
workers = 10