Skip to content

Commit d6f8c8a

Browse files
committed
Release 2.9.0
1 parent f86a2d3 commit d6f8c8a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docker-compose.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22
services:
33
# Apache HTTPD: Entry point for the application.
44
proxy:
5-
image: mekomsolutions/proxy:bahmni_latest
5+
image: mekomsolutions/proxy:4a3d534
66
command: "httpd-foreground ${PROXY_TLS}"
77
restart: unless-stopped
88
healthcheck:
@@ -27,7 +27,7 @@ services:
2727
# Bahmni Apps: The main front-end component
2828
# aka 'Bahmni EMR'
2929
bahmniapps:
30-
image: mekomsolutions/bahmniapps:bahmni_latest
30+
image: mekomsolutions/bahmniapps:4a3d534
3131
restart: unless-stopped
3232
healthcheck:
3333
test:
@@ -45,7 +45,7 @@ services:
4545

4646
# Implementer Interface: Front-end application to bring Bahmni Forms 2.0
4747
implementer-interface:
48-
image: mekomsolutions/implementer-interface:bahmni_latest
48+
image: mekomsolutions/implementer-interface:4a3d534
4949
restart: unless-stopped
5050
healthcheck:
5151
test:
@@ -60,7 +60,7 @@ services:
6060
- implementer-interface
6161

6262
bahmni-home:
63-
image: mekomsolutions/httpd:bahmni_latest
63+
image: mekomsolutions/httpd:4a3d534
6464
restart: unless-stopped
6565
expose:
6666
- "8904"
@@ -120,7 +120,7 @@ services:
120120

121121
# OpenMRS:
122122
openmrs:
123-
image: mekomsolutions/openmrs:bahmni_latest
123+
image: mekomsolutions/openmrs:4a3d534
124124
restart: unless-stopped
125125
depends_on:
126126
- mysql
@@ -194,7 +194,7 @@ services:
194194

195195
# Bahmni Reports: Standalone Java app to provide Reporting capabilities
196196
bahmni-reports:
197-
image: mekomsolutions/bahmni-reports:bahmni_latest
197+
image: mekomsolutions/bahmni-reports:4a3d534
198198
restart: unless-stopped
199199
environment:
200200
# OpenMRS DB connection details
@@ -241,7 +241,7 @@ services:
241241

242242
# Bahmni Mart: Standalone JAVA app to schedule ETL tasks
243243
bahmni-mart:
244-
image: mekomsolutions/bahmni-mart:bahmni_latest
244+
image: mekomsolutions/bahmni-mart:4a3d534
245245
restart: unless-stopped
246246
environment:
247247
# OpenMRS DB connection details
@@ -276,7 +276,7 @@ services:
276276

277277
# Metabase: Reporting paltform
278278
metabase:
279-
image: mekomsolutions/metabase:bahmni_latest
279+
image: mekomsolutions/metabase:4a3d534
280280
restart: unless-stopped
281281
environment:
282282
MB_DB_TYPE: postgres
@@ -424,7 +424,7 @@ services:
424424
- eip-client
425425

426426
openelis:
427-
image: mekomsolutions/openelis:bahmni_latest
427+
image: mekomsolutions/openelis:4a3d534
428428
restart: unless-stopped
429429
depends_on:
430430
- postgresql

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>net.mekomsolutions</groupId>
44
<artifactId>bahmni-docker-compose</artifactId>
55
<name>Bahmni Docker Compose</name>
6-
<version>2.9.0-SNAPSHOT</version>
6+
<version>2.9.0</version>
77
<packaging>pom</packaging>
88

99
<developers>

0 commit comments

Comments
 (0)