Increase healthcheck interval

This commit is contained in:
Sonny Bakker 2023-03-05 15:32:15 +01:00
parent 89f23fe668
commit 82a7176629

View file

@ -67,7 +67,7 @@ services:
command: gunicorn --bind 0.0.0.0:8000 --workers 3 newsreader.wsgi:application
healthcheck:
test: /usr/bin/curl --fail http://django:8000 || exit 1
interval: 5s
interval: 30s
timeout: 10s
retries: 10
environment: