Change to gunicorn
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-07 21:09:47 +01:00
parent d029fda896
commit 2939b4a515
9 changed files with 124 additions and 16 deletions

14
Caddyfile Normal file
View File

@ -0,0 +1,14 @@
{
auto_https off
admin off
}
:8000 {
handle_path /static/* {
root * src/web/static/
file_server
}
handle {
reverse_proxy :8001
}
}