Skip to content

Commit

Permalink
OZ-742: Allow for mounting OpenMRS modules' path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Jan 16, 2025
1 parent 19a51c6 commit 053de49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose-bahmniemr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ services:
- 'bahmni-patient-images:/home/bahmni/patient_images'
- 'bahmni-document-images:/home/bahmni/document_images'
- 'bahmni-clinical-forms:/home/bahmni/clinical_forms'
- "${BAHMNI_CONFIG_OVERRIDE_VOLUME:-openmrs-config}/initializer_config:/openmrs/distribution/openmrs_config/"
- 'configuration_checksums:/openmrs/data/configuration_checksums'
- 'sms-token:/openmrs/data/sms-token'
depends_on:
Expand All @@ -73,6 +74,7 @@ services:
start_period: 180s
networks:
- ozone
command: ["sh", "-c", "./bahmni_startup.sh && rm -r /openmrs/data/configuration/*"]

mysql:
environment:
Expand Down

0 comments on commit 053de49

Please sign in to comment.