docs: update Docker deployment architecture

This commit is contained in:
Nice Try
2026-06-26 10:03:21 +00:00
parent b6705547ca
commit cc298b3bc9
4 changed files with 106 additions and 85 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
DATABASE_URL="file:./dev.db"
COURSES_ROOT="./My_Courses"
DATABASE_URL="file:/app/prisma/data/dev.db"
COURSES_ROOT="/app/My_Courses"
NEXT_PUBLIC_APP_URL="http://localhost:6969"
QUIZAPI_KEY=""
QUIZAPI_KEY=""