Skip to content

Commit b3062ca

Browse files
committed
Next development: 2.10.0-SNAPSHOT
1 parent 28e0b54 commit b3062ca

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

docker-compose.yml

+10-10
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:c0f284d
5+
image: mekomsolutions/proxy:bahmni_latest
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:c0f284d
30+
image: mekomsolutions/bahmniapps:bahmni_latest
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:c0f284d
48+
image: mekomsolutions/implementer-interface:bahmni_latest
4949
restart: unless-stopped
5050
healthcheck:
5151
test:
@@ -60,7 +60,7 @@ services:
6060
- implementer-interface
6161

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

121121
# OpenMRS:
122122
openmrs:
123-
image: mekomsolutions/openmrs:c0f284d
123+
image: mekomsolutions/openmrs:bahmni_latest
124124
restart: unless-stopped
125125
depends_on:
126126
- mysql
@@ -195,7 +195,7 @@ services:
195195

196196
# Bahmni Reports: Standalone Java app to provide Reporting capabilities
197197
bahmni-reports:
198-
image: mekomsolutions/bahmni-reports:4a3d534
198+
image: mekomsolutions/bahmni-reports:bahmni_latest
199199
restart: unless-stopped
200200
environment:
201201
# OpenMRS DB connection details
@@ -243,7 +243,7 @@ services:
243243

244244
# Bahmni Mart: Standalone JAVA app to schedule ETL tasks
245245
bahmni-mart:
246-
image: mekomsolutions/bahmni-mart:c0f284d
246+
image: mekomsolutions/bahmni-mart:bahmni_latest
247247
restart: unless-stopped
248248
environment:
249249
# OpenMRS DB connection details
@@ -276,9 +276,9 @@ services:
276276
- "${BAHMNI_HOME_PATH:-bahmni-home}:/home/bahmni"
277277
- "./bahmni-mart/conf:/opt/bahmni-mart/conf"
278278

279-
# Metabase: Reporting platform
279+
# Metabase: Reporting paltform
280280
metabase:
281-
image: mekomsolutions/metabase:c0f284d
281+
image: mekomsolutions/metabase:bahmni_latest
282282
restart: unless-stopped
283283
environment:
284284
MB_DB_TYPE: postgres
@@ -426,7 +426,7 @@ services:
426426
- eip-client
427427

428428
openelis:
429-
image: mekomsolutions/openelis:c0f284d
429+
image: mekomsolutions/openelis:bahmni_latest
430430
restart: unless-stopped
431431
depends_on:
432432
- 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.1</version>
6+
<version>2.10.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<developers>

0 commit comments

Comments
 (0)