Compose desde ubicacion actual

This commit is contained in:
2026-03-23 16:39:25 +01:00
parent d7dddc7170
commit d3455f75bb
3 changed files with 3 additions and 8 deletions

View File

@@ -25,11 +25,7 @@ services:
- .env
restart: unless-stopped
healthcheck:
test:
[
"CMD-SHELL",
'node -e "fetch(''http://localhost:'' + (process.env.PORT || 3000) + ''/health'').then(r => { if (!r.ok) process.exit(1) }).catch(() => process.exit(1))"',
]
test: ["CMD-SHELL", ""]
interval: 10s
timeout: 5s
retries: 5