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