fix: archivos deploy

This commit is contained in:
2026-05-31 17:04:27 -05:00
parent b03c76dfeb
commit 1004707d8f
3 changed files with 14 additions and 7 deletions
+3 -3
View File
@@ -13,11 +13,11 @@ services:
- .env
environment:
- NODE_ENV=production
expose:
- "3020"
ports:
- "127.0.0.1:3020:3020"
healthcheck:
test: ["CMD", "node", "-e", "require('http').get('http://localhost:3000/api/health', (r) => {process.exit(r.statusCode === 200 ? 0 : 1)})"]
interval: 30s
timeout: 5s
retries: 3
start_period: 10s
start_period: 10s