@@ -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:69f1dce
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:69f1dce
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:69f1dce
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:69f1dce
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:387cc11
123
+ image : mekomsolutions/openmrs:bahmni_latest
124
124
restart : unless-stopped
125
125
depends_on :
126
126
- mysql
@@ -194,7 +194,7 @@ services:
194
194
195
195
# Bahmni Reports: Standalone Java app to provide Reporting capabilities
196
196
bahmni-reports :
197
- image : mekomsolutions/bahmni-reports:69f1dce
197
+ image : mekomsolutions/bahmni-reports:bahmni_latest
198
198
restart : unless-stopped
199
199
environment :
200
200
# OpenMRS DB connection details
@@ -241,7 +241,7 @@ services:
241
241
242
242
# Bahmni Mart: Standalone JAVA app to schedule ETL tasks
243
243
bahmni-mart :
244
- image : mekomsolutions/bahmni-mart:69f1dce
244
+ image : mekomsolutions/bahmni-mart:bahmni_latest
245
245
restart : unless-stopped
246
246
environment :
247
247
# OpenMRS DB connection details
@@ -276,7 +276,7 @@ services:
276
276
277
277
# Metabase: Reporting paltform
278
278
metabase :
279
- image : mekomsolutions/metabase:69f1dce
279
+ image : mekomsolutions/metabase:bahmni_latest
280
280
restart : unless-stopped
281
281
environment :
282
282
MB_DB_TYPE : postgres
@@ -423,7 +423,7 @@ services:
423
423
- eip-client
424
424
425
425
openelis :
426
- image : mekomsolutions/openelis:69f1dce
426
+ image : mekomsolutions/openelis:bahmni_latest
427
427
restart : unless-stopped
428
428
depends_on :
429
429
- postgresql
0 commit comments