Update healthcheck and Django version
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m57s

- Add trailing slash to healthcheck URL
- Update Django version to 5.1.6
This commit is contained in:
2025-02-28 22:00:52 +00:00
parent 9cc5090f2b
commit fd3c927b68
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ services:
placement: placement:
constraints: constraints:
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"] test: ["CMD", "curl", "-f", "http://localhost:3000/"]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3

View File

@@ -9,7 +9,7 @@ charset-normalizer==3.3.2
click==8.1.7 click==8.1.7
cryptography==42.0.8 cryptography==42.0.8
cssselect2==0.7.0 cssselect2==0.7.0
Django==5.0.7 Django==5.1.6
django-admin-rangefilter==0.13.0 django-admin-rangefilter==0.13.0
django-autologin==0.7.1 django-autologin==0.7.1
django-cors-headers==4.4.0 django-cors-headers==4.4.0