Skip to content

Commit

Permalink
Release 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Nov 6, 2024
1 parent cd11b4a commit 28e0b54
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 12 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"
services:
# Apache HTTPD: Entry point for the application.
proxy:
image: mekomsolutions/proxy:bahmni_latest
image: mekomsolutions/proxy:c0f284d
command: "httpd-foreground ${PROXY_TLS}"
restart: unless-stopped
healthcheck:
Expand All @@ -27,7 +27,7 @@ services:
# Bahmni Apps: The main front-end component
# aka 'Bahmni EMR'
bahmniapps:
image: mekomsolutions/bahmniapps:bahmni_latest
image: mekomsolutions/bahmniapps:c0f284d
restart: unless-stopped
healthcheck:
test:
Expand All @@ -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:c0f284d
restart: unless-stopped
healthcheck:
test:
Expand All @@ -60,7 +60,7 @@ services:
- implementer-interface

bahmni-home:
image: mekomsolutions/httpd:bahmni_latest
image: mekomsolutions/httpd:c0f284d
restart: unless-stopped
expose:
- "8904"
Expand Down Expand Up @@ -120,7 +120,7 @@ services:

# OpenMRS:
openmrs:
image: mekomsolutions/openmrs:bahmni_latest
image: mekomsolutions/openmrs:c0f284d
restart: unless-stopped
depends_on:
- mysql
Expand Down Expand Up @@ -180,6 +180,7 @@ services:
EIP_DB_NAME: ${EIP_DB_NAME}
EIP_DB_USER: ${EIP_DB_USER}
EIP_DB_PASSWORD: ${EIP_DB_PASSWORD}
TZ: ${TIMEZONE}
healthcheck:
test: "exit 0"
networks:
Expand All @@ -194,7 +195,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
Expand All @@ -221,6 +222,7 @@ services:
#
BAHMNI_LOGIN_URL: "http://localhost/bahmni/home/index.html#/login"
BAHMNI_CONFIG_URL: "http://bahmni-config:8901/"
TZ: ${TIMEZONE}
healthcheck:
test:
- CMD
Expand All @@ -241,7 +243,7 @@ services:

# Bahmni Mart: Standalone JAVA app to schedule ETL tasks
bahmni-mart:
image: mekomsolutions/bahmni-mart:bahmni_latest
image: mekomsolutions/bahmni-mart:c0f284d
restart: unless-stopped
environment:
# OpenMRS DB connection details
Expand Down Expand Up @@ -274,9 +276,9 @@ services:
- "${BAHMNI_HOME_PATH:-bahmni-home}:/home/bahmni"
- "./bahmni-mart/conf:/opt/bahmni-mart/conf"

# Metabase: Reporting paltform
# Metabase: Reporting platform
metabase:
image: mekomsolutions/metabase:bahmni_latest
image: mekomsolutions/metabase:c0f284d
restart: unless-stopped
environment:
MB_DB_TYPE: postgres
Expand Down Expand Up @@ -424,7 +426,7 @@ services:
- eip-client

openelis:
image: mekomsolutions/openelis:bahmni_latest
image: mekomsolutions/openelis:c0f284d
restart: unless-stopped
depends_on:
- postgresql
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>net.mekomsolutions</groupId>
<artifactId>bahmni-docker-compose</artifactId>
<name>Bahmni Docker Compose</name>
<version>2.10.0-SNAPSHOT</version>
<version>2.9.1</version>
<packaging>pom</packaging>

<developers>
Expand Down

0 comments on commit 28e0b54

Please sign in to comment.