Merge pull request #425 from jivanpal/compose-retries-fix

docker-compose.yml: Change number of healthcheck rerties for dawarich_app and dawarich_sidekiq from 5 to 30.
This commit is contained in:
Evgenii Burmakin 2024-11-21 12:03:19 +01:00 committed by GitHub
commit be3a9c69b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: