Skip to content

Commit

Permalink
OZ-668: Add missing env for eip-openmrs-senaite to fix issues identif…
Browse files Browse the repository at this point in the history
…ied while deploying openmrs-distro-his
  • Loading branch information
enyachoke committed Sep 12, 2024
1 parent 3441afb commit fa7d923
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose-senaite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ services:
- EIP_FHIR_SERVER_URL=http://openmrs:8080/openmrs/ws/fhir2/R4
- EIP_FHIR_USERNAME=${OPENMRS_USER}
- EIP_FHIR_PASSWORD=${OPENMRS_PASSWORD}
- EIP_WATCHED_TABLES=patient,person_name,person_address,patient_identifier,orders,test_order,drug_order
- DB_EVENT_DESTINATIONS_SENAITE=${DB_EVENT_DESTINATIONS_SENAITE}
- OPENMRS_IDENTIFIER_TYPE_UUID=${OPENMRS_IDENTIFIER_TYPE_UUID}
- OPENMRS_URL=http://openmrs:8080/openmrs
- BAHMNI_TEST_ORDER_TYPE_UUID=${BAHMNI_TEST_ORDER_TYPE_UUID}
image: mekomsolutions/eip-client
networks:
ozone:
Expand Down

0 comments on commit fa7d923

Please sign in to comment.