Update healthcheck and Django version
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m57s
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user