@@ -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:bahmni_latest
5
+ image : mekomsolutions/proxy:4a3d534
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:bahmni_latest
30
+ image : mekomsolutions/bahmniapps:4a3d534
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:bahmni_latest
48
+ image : mekomsolutions/implementer-interface:4a3d534
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:bahmni_latest
63
+ image : mekomsolutions/httpd:4a3d534
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:bahmni_latest
123
+ image : mekomsolutions/openmrs:4a3d534
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:bahmni_latest
197
+ image : mekomsolutions/bahmni-reports:4a3d534
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:bahmni_latest
244
+ image : mekomsolutions/bahmni-mart:4a3d534
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:bahmni_latest
279
+ image : mekomsolutions/metabase:4a3d534
280
280
restart : unless-stopped
281
281
environment :
282
282
MB_DB_TYPE : postgres
@@ -424,7 +424,7 @@ services:
424
424
- eip-client
425
425
426
426
openelis :
427
- image : mekomsolutions/openelis:bahmni_latest
427
+ image : mekomsolutions/openelis:4a3d534
428
428
restart : unless-stopped
429
429
depends_on :
430
430
- postgresql
0 commit comments