bx-1316-refactoring #14

Merged
ksenia_mikhailova merged 46 commits from bx-1316-refactoring into dev 2024-08-28 15:06:52 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3da26a5eb0 - Show all commits

View File

@ -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