curl
This commit is contained in:
parent
5ed71acaac
commit
3da26a5eb0
|
@ -8,7 +8,7 @@ services:
|
||||||
expose:
|
expose:
|
||||||
- "8000"
|
- "8000"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl -f http://localhost:8000/api/products || exit 1
|
test: curl -f http://localhost:8000/api/ || exit 1
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
|
Loading…
Reference in New Issue