Increase healthcheck interval
This commit is contained in:
parent
89f23fe668
commit
82a7176629
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue