fix: archivos deploy
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user