From 39979b51ee905aec43abd5e2dafb9daede64bde3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Trkan?= Date: Fri, 14 Nov 2025 15:20:16 +0100 Subject: [PATCH] update report --- 7project/report.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/7project/report.md b/7project/report.md index 2e0cd94..e881ae4 100644 --- a/7project/report.md +++ b/7project/report.md @@ -656,6 +656,11 @@ FastAPI lacks usable build in support for database migrations and implementing A Tricky was also integrating FastAPI auth system with React frontend, since there is no official project template. Using .NET (which we considered initially) would probably solve these issues. +#### Private container registry + +Using private container registry would allow us to include environment variables directly in the image during build. +This would simplify deployment and CI/CD setup. + [What would you do differently? What worked well that you'd keep?] ### Individual Growth