This commit is contained in:
aarizona 2024-08-15 11:52:04 +03:00
parent 5ed71acaac
commit 3da26a5eb0
1 changed files with 1 additions and 1 deletions

View File

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