Skip to content

Commit

Permalink
Enhanced Bahmni EMR backend healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Nov 26, 2024
1 parent f5fb818 commit 0e48119
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose-bahmniemr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ services:
logging: *log-config
restart: unless-stopped
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:8080/openmrs/" ]
test: [ "CMD", "curl", "-f", "http://localhost:8080/openmrs/index.htm" ]
interval: 10s
timeout: 5s
retries: 48
start_period: 600s
retries: 192
start_period: 180s
networks:
- ozone

Expand Down

0 comments on commit 0e48119

Please sign in to comment.