Skip to content

Commit

Permalink
Release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Aug 7, 2024
1 parent f86a2d3 commit d6f8c8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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:4a3d534
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:4a3d534
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:4a3d534
restart: unless-stopped
healthcheck:
test:
Expand All @@ -60,7 +60,7 @@ services:
- implementer-interface

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

# OpenMRS:
openmrs:
image: mekomsolutions/openmrs:bahmni_latest
image: mekomsolutions/openmrs:4a3d534
restart: unless-stopped
depends_on:
- mysql
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -424,7 +424,7 @@ services:
- eip-client

openelis:
image: mekomsolutions/openelis:bahmni_latest
image: mekomsolutions/openelis:4a3d534
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.9.0-SNAPSHOT</version>
<version>2.9.0</version>
<packaging>pom</packaging>

<developers>
Expand Down

0 comments on commit d6f8c8a

Please sign in to comment.