16 Commits

Author SHA1 Message Date
mhdzumair de5dd555c0 chore: migrate from pipenv to uv and update Dockerfile & update to Python 3.13 2025-03-01 08:58:22 +05:30
mhdzumair 6e9ac6fc69 Add cleanup and catalog stats migrations; update startup script
Introduce migrations for cleaning deprecated catalogs and adding catalog stats. Replace the Gunicorn command in the Dockerfile with a startup script to run migrations automatically before starting the server. Update .dockerignore to include the new startup script.
2025-02-01 17:10:29 +05:30
mhdzumair 69cb8a24b1 install missing curl 2024-12-07 10:40:44 +05:30
Mohamed Zumair 481891e324 Update version handling and add branding description (#341)
Removed git revision from the version string in the API response. Added a new field for branding description in settings and integrated it in the home template. Introduced VERSION argument and environment variable in the Dockerfile.
2024-11-02 07:15:16 +05:30
Mohamed Zumair 649de9e503 Update Python version & refactror Redis client usage and streaming provider route endpoints (#277)
* Update Python version

* Refactor Redis client

* Refactor streaming routes endpoint functions
2024-09-05 06:46:07 +05:30
mhdzumair 41c940d9bd prepare v3.8.5 2024-05-01 15:08:14 +05:30
mhdzumair 9e638d1c41 add support for uvicorn max request and max requests jitter 2024-04-25 07:15:55 +05:30
mhdzumair 07eac11ec1 install curl in the image 2024-04-15 19:38:43 +05:30
mhdzumair 46ad9e8d83 set folder permission 2024-04-05 05:41:48 +05:30
mhdzumair 9299692452 Update dockerfile to use port 8000 & best practices 2024-04-04 22:06:12 +05:30
mhdzumair 19322bd228 ** Prepare v3.7.1
** Add docker compose deployment & doc
** Add mongo atlas doc
2024-02-17 22:52:57 +05:30
mhdzumair b9a2389162 Add gunicorn for improved performance and scalability***
***Increase memory limits for deployment***

***Increase number of replicas for prowlarr-deployment***

***Add HorizontalPodAutoscaler for mediafusion-deployment
2024-02-07 01:43:47 +05:30
mhdzumair c08c03a70d Add GIT_REV environment variable to Dockerfile 2024-01-27 00:14:55 +05:30
mhdzumair 5e44cfcb44 Setup Secure server logging & disable uvicorn access logs 2024-01-26 19:34:18 +05:30
mhdzumair 643b3cf121 deploying v3.6.6 2024-01-25 14:13:57 +05:30
mhdzumair 2268df8b04 Deployed in oracle cloud kubernetes cluster 2024-01-22 17:51:10 +05:30