feat(docker): enhance development setup with reactive_resume service and health checks

This commit is contained in:
Amruth Pillai
2026-05-13 15:35:08 +02:00
parent 42fc78dca1
commit 1294d3354a
22 changed files with 301 additions and 189 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
"@reactive-resume/config": "workspace:*",
"@reactive-resume/env": "workspace:*",
"@types/pg": "^8.20.0",
"@typescript/native-preview": "7.0.0-dev.20260512.1",
"drizzle-orm": "1.0.0-beta.22",
"@typescript/native-preview": "7.0.0-dev.20260513.1",
"drizzle-orm": "1.0.0-rc.2",
"pg": "^8.20.0",
"tsx": "^4.21.0"
}