bx-1316-refactoring #14
|
@ -8,7 +8,7 @@ services:
|
|||
expose:
|
||||
- "8000"
|
||||
healthcheck:
|
||||
test: curl -f http://localhost:8000/api/products || exit 1
|
||||
test: curl -f http://localhost:8000/api/ || exit 1
|
||||
interval: 5s
|
||||
timeout: 3s
|
||||
retries: 10
|
||||
|
|
Loading…
Reference in New Issue