align docker images
This commit is contained in:
parent
f3fc87a47e
commit
08807d4d30
@ -112,7 +112,7 @@ services:
|
||||
exec node dist/server.js
|
||||
'
|
||||
healthcheck:
|
||||
test: ["CMD", "sh", "-c", "nc -z localhost 8080 || exit 1"]
|
||||
test: ["CMD", "sh", "-c", "curl -f http://localhost:8080/api/v1/health || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
|
Loading…
x
Reference in New Issue
Block a user