mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
docker-compose.yml: Change number of healthcheck rerties for dawarich_app and dawarich_sidekiq from 5 to 30.
This commit is contained in:
parent
c4915b3ea0
commit
cc63240882
1 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ services:
|
|||
healthcheck:
|
||||
test: [ "CMD-SHELL", "wget -qO - http://127.0.0.1:3000/api/v1/health | grep -q '\"status\"\\s*:\\s*\"ok\"'" ]
|
||||
interval: 10s
|
||||
retries: 5
|
||||
retries: 30
|
||||
start_period: 30s
|
||||
timeout: 10s
|
||||
depends_on:
|
||||
|
|
@ -131,7 +131,7 @@ services:
|
|||
healthcheck:
|
||||
test: [ "CMD-SHELL", "bundle exec sidekiqmon processes | grep $${HOSTNAME}" ]
|
||||
interval: 10s
|
||||
retries: 5
|
||||
retries: 30
|
||||
start_period: 30s
|
||||
timeout: 10s
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Reference in a new issue