change proxy into a ASGI application

- move Quart init from server.py into app.py
- create Server class for config and loggin setup
- restore hypercorn logging configuration after
  start of Quart/Hypercorn
This commit is contained in:
Stefan Allius
2025-05-05 23:35:13 +02:00
parent 6560079d89
commit 089fb92a43
4 changed files with 281 additions and 257 deletions

View File

@@ -67,4 +67,4 @@ EXPOSE 5005 8127 10000
# command to run on container start
ENTRYPOINT ["/root/entrypoint.sh"]
CMD [ "python3", "./server.py" ]
CMD [ "python3", "./app.py" ]