Skip to content

Commit e274589

Browse files
committed
Next Development: 2.7.0-SNAPSHOT
1 parent 2d4b00c commit e274589

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:69f1dce
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:69f1dce
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:69f1dce
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:69f1dce
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:387cc11
123+
image: mekomsolutions/openmrs:bahmni_latest
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:69f1dce
197+
image: mekomsolutions/bahmni-reports:bahmni_latest
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:69f1dce
244+
image: mekomsolutions/bahmni-mart:bahmni_latest
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:69f1dce
279+
image: mekomsolutions/metabase:bahmni_latest
280280
restart: unless-stopped
281281
environment:
282282
MB_DB_TYPE: postgres
@@ -423,7 +423,7 @@ services:
423423
- eip-client
424424

425425
openelis:
426-
image: mekomsolutions/openelis:69f1dce
426+
image: mekomsolutions/openelis:bahmni_latest
427427
restart: unless-stopped
428428
depends_on:
429429
- 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.6.1</version>
6+
<version>2.7.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<developers>

0 commit comments

Comments
 (0)