From 82a717662927e7ac3b231244af7842c505bd9723 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sun, 5 Mar 2023 15:32:15 +0100 Subject: [PATCH] Increase healthcheck interval --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4bf7f5c..5add0dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: