bx-1316-refactoring #14

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

View File

@ -9,10 +9,7 @@ django-filter==24.2 ; python_version >= "3.10" and python_version < "4.0"
django==5.0.6 ; python_version >= "3.10" and python_version < "4.0"
djangorestframework==3.15.1 ; python_version >= "3.10" and python_version < "4.0"
mslex==1.2.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32"
numpy==1.26.4 ; python_version >= "3.10" and python_version < "4.0"
opencv-python==4.9.0.80 ; python_version >= "3.10" and python_version < "4.0"
pillow==10.3.0 ; python_version >= "3.10" and python_version < "4.0"
potracer==0.0.4 ; python_version >= "3.10" and python_version < "4.0"
psutil==5.9.8 ; python_version >= "3.10" and python_version < "4.0"
psycopg2==2.9.9 ; python_version >= "3.10" and python_version < "4.0"
python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "4.0"

View File

@ -8,7 +8,7 @@ services:
expose:
- "8000"
healthcheck:
test: curl -f http://localhost:8000/api/ || exit 1
test: curl -f http://localhost:8000/ || exit 1
interval: 5s
timeout: 3s
retries: 10