From 7fc9d2ea51cc2b2bc440df148ea78db4a3a43229 Mon Sep 17 00:00:00 2001 From: aarizona Date: Thu, 15 Aug 2024 11:52:21 +0300 Subject: [PATCH] curl --- back/requirements.txt | 3 --- docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/back/requirements.txt b/back/requirements.txt index 7cbd2ab..763f30d 100644 --- a/back/requirements.txt +++ b/back/requirements.txt @@ -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" diff --git a/docker-compose.yml b/docker-compose.yml index 83bbd1c..bc6d1a4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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