Dockerize client, server, and postgres database for production with container healthchecks

This commit is contained in:
2026-05-28 12:23:50 +02:00
parent 9a2052f623
commit 572d38e490
10 changed files with 176 additions and 11 deletions
+2 -2
View File
@@ -14,13 +14,13 @@
"@simplewebauthn/server": "^9.0.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2"
"express": "^4.19.2",
"prisma": "^5.10.2"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.11.24",
"prisma": "^5.10.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
}