Docker Compose 프로필
Bahmni docker-compose에는 필요한 서비스만 실행할 수 있도록 프로필이 설정되어 있습니다. 자세한 내용은 Compose 프로필 문서를 참고하십시오.
필요한 프로필 설정
- .env 파일의 COMPOSE_PROFILES 변수를 변경하여 프로필을 설정할 수 있습니다. 여러 프로필은 쉼표로 구분합니다(권장). 예: COMPOSE_PROFILES=openelis,odoo
docker-compose up 명령의 인수로 전달할 수도 있습니다. 명령줄에서 지정하려면 .env 파일의 COMPOSE_VARiABLES를 주석 처리하십시오.
- 예: docker compose --profile emr up 또는 docker compose --profile emr --profile openelis up
bahmni-standard와 bahmni-lite는 아래 여러 프로필의 특정 묶음을 실행하는 상위 프로필입니다. 자세한 내용은 Bahmni Lite와 Bahmni Standard 비교 문서를 참고하십시오.
| Profile | Description | ||
|---|---|---|---|
| 1 | emr | Bahmni EMR components containing OpenMRS, bahmni-web, appointments (for EMR use-cases only). EMR = electronic medical records | |
| 2 | bahmni-lite | Runs all the applications needed for Bahmni Lite (emr, crater, reports, implementer-interface). To better understand Bahmni Lite, please see this page. | |
| 3 | bahmni-standard | Runs the whole suite of apps for Bahmni Standard (for hospitals). To better understand Bahmni Standard, please see this page. | |
| 4 | openelis | Lab Management system using opensource OpenELIS | |
| 5 | odoo | Inventory Management, Accounting & Billing using opensource Odoo v16.0 | |
| 6 | odoo-10 | Inventory Management, Accounting & Billing using opensource Odoo v10.0. This profile is to support implementations migrating from CentOS to Docker. It is recommended to migrate to Odoo 16 | |
| 7 | reports | Bahmni Reports (Jasper reports). For more details see. | |
| 8 | pacs | Bahmni PACS Setup with DCM4CHEE and Oviyam2 as DICOM Viewer (for radiology & xRay) | |
| 9 | implementer-interface | Implementer Interface (Form Builder) for designing Bahmni Forms. | |
| 10 | atomfeed-console | Atomfeed Console | |
| 11 | pacs-simulator | PACS Simulator to test/demo PACS setup (Not to be used in Production) | |
| 12 | lab-lite | Lite version for lab report upload based on OpenMRS 3.0 Microfrontend | |
| 13 | crater | Lightweight billing/invoice system with Crater | |
| 14 | metabase | Metabase opensource Analytics/Reporting tool | |
| 15 | logging | Loki Stack - Centralised Logging (Part of docker-compose monitoring.yaml) | |
| 16 | dcm4chee5 | DCM4CHEE 5 service as defined by dcm4chee community documentation. | |
| 17 | ohif | Runs OHIF Viewer |
원문 정보
원문 보기 ↗Bahmni Wiki · CC BY-SA 4.0
