From b3062caec61c9c94658f4d8553af7f15cd751bc1 Mon Sep 17 00:00:00 2001 From: Emmanuel Nyachoke Date: Wed, 6 Nov 2024 06:10:40 +0300 Subject: [PATCH] Next development: 2.10.0-SNAPSHOT --- docker-compose.yml | 20 ++++++++++---------- pom.xml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0b8fbaa..4eb7f30 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: # Apache HTTPD: Entry point for the application. proxy: - image: mekomsolutions/proxy:c0f284d + image: mekomsolutions/proxy:bahmni_latest command: "httpd-foreground ${PROXY_TLS}" restart: unless-stopped healthcheck: @@ -27,7 +27,7 @@ services: # Bahmni Apps: The main front-end component # aka 'Bahmni EMR' bahmniapps: - image: mekomsolutions/bahmniapps:c0f284d + image: mekomsolutions/bahmniapps:bahmni_latest restart: unless-stopped healthcheck: test: @@ -45,7 +45,7 @@ services: # Implementer Interface: Front-end application to bring Bahmni Forms 2.0 implementer-interface: - image: mekomsolutions/implementer-interface:c0f284d + image: mekomsolutions/implementer-interface:bahmni_latest restart: unless-stopped healthcheck: test: @@ -60,7 +60,7 @@ services: - implementer-interface bahmni-home: - image: mekomsolutions/httpd:c0f284d + image: mekomsolutions/httpd:bahmni_latest restart: unless-stopped expose: - "8904" @@ -120,7 +120,7 @@ services: # OpenMRS: openmrs: - image: mekomsolutions/openmrs:c0f284d + image: mekomsolutions/openmrs:bahmni_latest restart: unless-stopped depends_on: - mysql @@ -195,7 +195,7 @@ services: # Bahmni Reports: Standalone Java app to provide Reporting capabilities bahmni-reports: - image: mekomsolutions/bahmni-reports:4a3d534 + image: mekomsolutions/bahmni-reports:bahmni_latest restart: unless-stopped environment: # OpenMRS DB connection details @@ -243,7 +243,7 @@ services: # Bahmni Mart: Standalone JAVA app to schedule ETL tasks bahmni-mart: - image: mekomsolutions/bahmni-mart:c0f284d + image: mekomsolutions/bahmni-mart:bahmni_latest restart: unless-stopped environment: # OpenMRS DB connection details @@ -276,9 +276,9 @@ services: - "${BAHMNI_HOME_PATH:-bahmni-home}:/home/bahmni" - "./bahmni-mart/conf:/opt/bahmni-mart/conf" - # Metabase: Reporting platform + # Metabase: Reporting paltform metabase: - image: mekomsolutions/metabase:c0f284d + image: mekomsolutions/metabase:bahmni_latest restart: unless-stopped environment: MB_DB_TYPE: postgres @@ -426,7 +426,7 @@ services: - eip-client openelis: - image: mekomsolutions/openelis:c0f284d + image: mekomsolutions/openelis:bahmni_latest restart: unless-stopped depends_on: - postgresql diff --git a/pom.xml b/pom.xml index f275d84..54387c1 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ net.mekomsolutions bahmni-docker-compose Bahmni Docker Compose - 2.9.1 + 2.10.0-SNAPSHOT pom