From fd3c927b6818c5a2e92d5ee95c2d9833bed227f3 Mon Sep 17 00:00:00 2001 From: brocsam Date: Fri, 28 Feb 2025 22:00:52 +0000 Subject: [PATCH] Update healthcheck and Django version - Add trailing slash to healthcheck URL - Update Django version to 5.1.6 --- docker-compose.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b174ec1..279cd62 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -58,7 +58,7 @@ services: placement: constraints: healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:3000"] + test: ["CMD", "curl", "-f", "http://localhost:3000/"] interval: 30s timeout: 10s retries: 3 diff --git a/requirements.txt b/requirements.txt index 690f6e8..283c6c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ charset-normalizer==3.3.2 click==8.1.7 cryptography==42.0.8 cssselect2==0.7.0 -Django==5.0.7 +Django==5.1.6 django-admin-rangefilter==0.13.0 django-autologin==0.7.1 django-cors-headers==4.4.0