Skip to content

Commit

Permalink
OZ-742: Minor cleanup refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Dec 6, 2024
1 parent f55a193 commit 22ec4dd
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 @@ -52,7 +52,7 @@ services:
#ports:
# - ${OMRS_DEV_DEBUG_PORT}:${OMRS_DEV_DEBUG_PORT}
volumes:
- "${CONFIG_VOLUME:?}:/etc/bahmni_config/:ro"
- "${BAHMNI_CONFIG_VOLUME:?}:/etc/bahmni_config/:ro"
- "bahmni-lab-results:/home/bahmni/uploaded_results"
- "bahmni-uploaded-files:/home/bahmni/uploaded-files"
- "${BAHMNI_OPENMRS_MODULES_PATH:?}/:/openmrs/data/modules/"
Expand Down Expand Up @@ -88,7 +88,7 @@ services:
bahmni-web:
image: bahmni/bahmni-web:${BAHMNI_WEB_IMAGE_TAG:?}
volumes:
- "${CONFIG_VOLUME:?}:/usr/local/apache2/htdocs/bahmni_config/:ro"
- "${BAHMNI_CONFIG_VOLUME:?}:/usr/local/apache2/htdocs/bahmni_config/:ro"
# - "${BAHMNI_APPS_PATH:?}/ui/app/:/usr/local/apache2/htdocs/bahmni"
# - "${BAHMNI_APPS_PATH:?}/ui/node_modules/@bower_components/:/usr/local/apache2/htdocs/bahmni/components"
logging: *log-config
Expand Down Expand Up @@ -127,7 +127,7 @@ services:
ODOO_DB_PASSWORD: ${ODOO_DB_PASSWORD:?}
ICD10_LITE_INDICATOR: ${ICD10_LITE_INDICATOR}
volumes:
- "${CONFIG_VOLUME:?}:/etc/bahmni_config/:ro"
- "${BAHMNI_CONFIG_VOLUME:?}:/etc/bahmni_config/:ro"
- "bahmni-queued-reports:/home/bahmni/reports"
# - "../snomed-resources/icd10-extensions-1.0.0-SNAPSHOT.jar:/var/run/bahmni-reports/bahmni-reports/WEB-INF/lib/icd10-extensions-1.0.0-SNAPSHOT.jar:ro"
depends_on:
Expand Down

0 comments on commit 22ec4dd

Please sign in to comment.