Skip to content

Commit

Permalink
[Fixes #9917] Current django health check in docker-compose.yml usele…
Browse files Browse the repository at this point in the history
…ss. (#9918) (#9928)

Co-authored-by: Alessio Fabiani <alessio.fabiani@geosolutionsgroup.com>
  • Loading branch information
github-actions[bot] and afabiani authored Aug 29, 2022
1 parent a4c29fc commit ca747bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
dockerfile: Dockerfile
container_name: django4${COMPOSE_PROJECT_NAME}
healthcheck:
test: "curl --fail --silent --write-out 'HTTP CODE : %{http_code}\n' --output /dev/null http://127.0.0.1:8000/"
test: "curl --fail --silent --write-out 'HTTP CODE : %{http_code}\n' --output /dev/null http://127.0.0.1:8001/"
start_period: 60s
interval: 60s
timeout: 10s
Expand Down

0 comments on commit ca747bb

Please sign in to comment.