Created deployment

This commit is contained in:
2026-02-10 17:39:45 +01:00
parent b86e6c6066
commit 3ce820ef64
3 changed files with 17 additions and 12 deletions

View File

@@ -61,7 +61,11 @@ services:
- ./sim-consumidor-objenious.env:/home/node/app/packages/sim-consumidor-objenious/.env:ro
- ./sim-objenious-cron.env:/home/node/app/packages/sim-objenious-cron/.env:ro
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://localhost:${PORT:-3000}/health || exit 1"]
test:
[
"CMD-SHELL",
"wget -qO- http://localhost:${PORT:-3000}/health || exit 1",
]
interval: 10s
timeout: 5s
retries: 5