Created deployment

This commit is contained in:
2026-02-10 17:47:15 +01:00
parent aed7624e1e
commit 25bc40840e

View File

@@ -64,7 +64,7 @@ services:
test:
[
"CMD-SHELL",
"wget -qO- http://localhost:${PORT:-3000}/health || exit 1",
"node -e \"fetch('http://localhost:' + (process.env.PORT || 3000) + '/health').then(r => { if (!r.ok) process.exit(1) }).catch(() => process.exit(1))\"",
]
interval: 10s
timeout: 5s