fix(reward-service): correct healthcheck endpoint path to /api/v1/health
This commit is contained in:
parent
8532bf6945
commit
31c3c24a12
|
|
@ -319,7 +319,7 @@ services:
|
||||||
kafka:
|
kafka:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:3005/health"]
|
test: ["CMD", "curl", "-f", "http://localhost:3005/api/v1/health"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue