From d6f8c8a2440b9f3081a8a0e8b8c21de81be9f2b2 Mon Sep 17 00:00:00 2001 From: Emmanuel Nyachoke Date: Wed, 7 Aug 2024 10:11:43 +0300 Subject: [PATCH] Release 2.9.0 --- docker-compose.yml | 18 +++++++++--------- pom.xml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 41375fa..addb3e3 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:bahmni_latest + image: mekomsolutions/proxy:4a3d534 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:bahmni_latest + image: mekomsolutions/bahmniapps:4a3d534 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:bahmni_latest + image: mekomsolutions/implementer-interface:4a3d534 restart: unless-stopped healthcheck: test: @@ -60,7 +60,7 @@ services: - implementer-interface bahmni-home: - image: mekomsolutions/httpd:bahmni_latest + image: mekomsolutions/httpd:4a3d534 restart: unless-stopped expose: - "8904" @@ -120,7 +120,7 @@ services: # OpenMRS: openmrs: - image: mekomsolutions/openmrs:bahmni_latest + image: mekomsolutions/openmrs:4a3d534 restart: unless-stopped depends_on: - mysql @@ -194,7 +194,7 @@ services: # Bahmni Reports: Standalone Java app to provide Reporting capabilities bahmni-reports: - image: mekomsolutions/bahmni-reports:bahmni_latest + image: mekomsolutions/bahmni-reports:4a3d534 restart: unless-stopped environment: # OpenMRS DB connection details @@ -241,7 +241,7 @@ services: # Bahmni Mart: Standalone JAVA app to schedule ETL tasks bahmni-mart: - image: mekomsolutions/bahmni-mart:bahmni_latest + image: mekomsolutions/bahmni-mart:4a3d534 restart: unless-stopped environment: # OpenMRS DB connection details @@ -276,7 +276,7 @@ services: # Metabase: Reporting paltform metabase: - image: mekomsolutions/metabase:bahmni_latest + image: mekomsolutions/metabase:4a3d534 restart: unless-stopped environment: MB_DB_TYPE: postgres @@ -424,7 +424,7 @@ services: - eip-client openelis: - image: mekomsolutions/openelis:bahmni_latest + image: mekomsolutions/openelis:4a3d534 restart: unless-stopped depends_on: - postgresql diff --git a/pom.xml b/pom.xml index 3ecf5e4..f7d6949 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ net.mekomsolutions bahmni-docker-compose Bahmni Docker Compose - 2.9.0-SNAPSHOT + 2.9.0 pom