Dockerize dashboard.

This commit is contained in:
2025-07-29 18:51:45 +02:00
parent 6b2004cb27
commit 6d610c7c31
3 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# -*- encoding: utf-8 -*-
bind = '0.0.0.0:5000'
workers = 4
worker_class = 'uvicorn.workers.UvicornWorker'
accesslog = '-'
loglevel = 'debug'
capture_output = True
enable_stdio_inheritance = True