@@ -2,7 +2,7 @@ version: "3.7"
2
2
services :
3
3
# Apache HTTPD: Entry point for the application.
4
4
proxy :
5
- image : mekomsolutions/proxy:c0f284d
5
+ image : mekomsolutions/proxy:bahmni_latest
6
6
command : " httpd-foreground ${PROXY_TLS}"
7
7
restart : unless-stopped
8
8
healthcheck :
@@ -27,7 +27,7 @@ services:
27
27
# Bahmni Apps: The main front-end component
28
28
# aka 'Bahmni EMR'
29
29
bahmniapps :
30
- image : mekomsolutions/bahmniapps:c0f284d
30
+ image : mekomsolutions/bahmniapps:bahmni_latest
31
31
restart : unless-stopped
32
32
healthcheck :
33
33
test :
@@ -45,7 +45,7 @@ services:
45
45
46
46
# Implementer Interface: Front-end application to bring Bahmni Forms 2.0
47
47
implementer-interface :
48
- image : mekomsolutions/implementer-interface:c0f284d
48
+ image : mekomsolutions/implementer-interface:bahmni_latest
49
49
restart : unless-stopped
50
50
healthcheck :
51
51
test :
@@ -60,7 +60,7 @@ services:
60
60
- implementer-interface
61
61
62
62
bahmni-home :
63
- image : mekomsolutions/httpd:c0f284d
63
+ image : mekomsolutions/httpd:bahmni_latest
64
64
restart : unless-stopped
65
65
expose :
66
66
- " 8904"
@@ -120,7 +120,7 @@ services:
120
120
121
121
# OpenMRS:
122
122
openmrs :
123
- image : mekomsolutions/openmrs:c0f284d
123
+ image : mekomsolutions/openmrs:bahmni_latest
124
124
restart : unless-stopped
125
125
depends_on :
126
126
- mysql
@@ -195,7 +195,7 @@ services:
195
195
196
196
# Bahmni Reports: Standalone Java app to provide Reporting capabilities
197
197
bahmni-reports :
198
- image : mekomsolutions/bahmni-reports:4a3d534
198
+ image : mekomsolutions/bahmni-reports:bahmni_latest
199
199
restart : unless-stopped
200
200
environment :
201
201
# OpenMRS DB connection details
@@ -243,7 +243,7 @@ services:
243
243
244
244
# Bahmni Mart: Standalone JAVA app to schedule ETL tasks
245
245
bahmni-mart :
246
- image : mekomsolutions/bahmni-mart:c0f284d
246
+ image : mekomsolutions/bahmni-mart:bahmni_latest
247
247
restart : unless-stopped
248
248
environment :
249
249
# OpenMRS DB connection details
@@ -276,9 +276,9 @@ services:
276
276
- " ${BAHMNI_HOME_PATH:-bahmni-home}:/home/bahmni"
277
277
- " ./bahmni-mart/conf:/opt/bahmni-mart/conf"
278
278
279
- # Metabase: Reporting platform
279
+ # Metabase: Reporting paltform
280
280
metabase :
281
- image : mekomsolutions/metabase:c0f284d
281
+ image : mekomsolutions/metabase:bahmni_latest
282
282
restart : unless-stopped
283
283
environment :
284
284
MB_DB_TYPE : postgres
@@ -426,7 +426,7 @@ services:
426
426
- eip-client
427
427
428
428
openelis :
429
- image : mekomsolutions/openelis:c0f284d
429
+ image : mekomsolutions/openelis:bahmni_latest
430
430
restart : unless-stopped
431
431
depends_on :
432
432
- postgresql
0 commit comments