initial commit

This commit is contained in:
example
2025-10-07 12:32:31 +02:00
commit 18b39735b7
12 changed files with 623 additions and 0 deletions

2
gunicorn_config.py Normal file
View File

@@ -0,0 +1,2 @@
bind = "127.0.0.1:8088"
workers = 3