Phase0
This commit is contained in:
@@ -101,7 +101,7 @@ services:
|
||||
redis:
|
||||
condition: service_healthy
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-qO-", "http://localhost:3001/healthz"]
|
||||
test: ["CMD", "wget", "-qO-", "http://localhost:3001/api/v1/health/live"]
|
||||
interval: 15s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
||||
Reference in New Issue
Block a user