Skip to content

Commit

Permalink
OZ-545: Add camel-openmrs-fhir configs for eip-odoo-openmrs docke…
Browse files Browse the repository at this point in the history
…r compose service (#105)
  • Loading branch information
VaishSiddharth authored Jul 16, 2024
1 parent cde98ef commit 63f2b68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose-odoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ services:
- OPENMRS_DB_PASSWORD=${OPENMRS_DB_PASSWORD}
- OPENMRS_USER=${OPENMRS_USER}
- OPENMRS_PASSWORD=${OPENMRS_PASSWORD}
- EIP_FHIR_RESOURCES=Patient,ServiceRequest,MedicationRequest
- EIP_FHIR_SERVER_URL=http://openmrs:8080/openmrs/ws/fhir2/R4
- EIP_FHIR_USERNAME=${OPENMRS_USER}
- EIP_FHIR_PASSWORD=${OPENMRS_PASSWORD}
image: mekomsolutions/eip-client
networks:
ozone:
Expand Down

0 comments on commit 63f2b68

Please sign in to comment.