add docker compose

This commit is contained in:
2025-03-26 23:21:26 -03:00
parent b1e8f19d39
commit 7021833476
11 changed files with 71 additions and 15 deletions

9
http-api/env.json.sample Normal file
View File

@@ -0,0 +1,9 @@
{
"Parameters": {
"KONVIVA_API_KEY": "",
"USER_TABLE": "test-users",
"ORDER_TABLE": "test-orders",
"ENROLLMENT_TABLE": "test-enrollments"
"COURSE_TABLE": "test-courses"
}
}