mirror of
https://github.com/nicetry247/offlineacademy.git
synced 2026-08-10 10:56:52 +00:00
docs: update Docker deployment architecture
This commit is contained in:
+3
-3
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user