feat: add Docker support with Dockerfile, docker-compose, and startup scripts

This commit is contained in:
2025-08-17 13:32:57 +03:00
parent 0eb3c49c4e
commit 4e73900969
6 changed files with 128 additions and 49 deletions

1
start_fastapi.sh Executable file
View File

@@ -0,0 +1 @@
gunicorn -k uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000 main:app