Skip to content

Commit

Permalink
Next development: 2.10.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Nov 6, 2024
1 parent 28e0b54 commit b3062ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"
services:
# Apache HTTPD: Entry point for the application.
proxy:
image: mekomsolutions/proxy:c0f284d
image: mekomsolutions/proxy:bahmni_latest
command: "httpd-foreground ${PROXY_TLS}"
restart: unless-stopped
healthcheck:
Expand All @@ -27,7 +27,7 @@ services:
# Bahmni Apps: The main front-end component
# aka 'Bahmni EMR'
bahmniapps:
image: mekomsolutions/bahmniapps:c0f284d
image: mekomsolutions/bahmniapps:bahmni_latest
restart: unless-stopped
healthcheck:
test:
Expand All @@ -45,7 +45,7 @@ services:

# Implementer Interface: Front-end application to bring Bahmni Forms 2.0
implementer-interface:
image: mekomsolutions/implementer-interface:c0f284d
image: mekomsolutions/implementer-interface:bahmni_latest
restart: unless-stopped
healthcheck:
test:
Expand All @@ -60,7 +60,7 @@ services:
- implementer-interface

bahmni-home:
image: mekomsolutions/httpd:c0f284d
image: mekomsolutions/httpd:bahmni_latest
restart: unless-stopped
expose:
- "8904"
Expand Down Expand Up @@ -120,7 +120,7 @@ services:

# OpenMRS:
openmrs:
image: mekomsolutions/openmrs:c0f284d
image: mekomsolutions/openmrs:bahmni_latest
restart: unless-stopped
depends_on:
- mysql
Expand Down Expand Up @@ -195,7 +195,7 @@ services:

# Bahmni Reports: Standalone Java app to provide Reporting capabilities
bahmni-reports:
image: mekomsolutions/bahmni-reports:4a3d534
image: mekomsolutions/bahmni-reports:bahmni_latest
restart: unless-stopped
environment:
# OpenMRS DB connection details
Expand Down Expand Up @@ -243,7 +243,7 @@ services:

# Bahmni Mart: Standalone JAVA app to schedule ETL tasks
bahmni-mart:
image: mekomsolutions/bahmni-mart:c0f284d
image: mekomsolutions/bahmni-mart:bahmni_latest
restart: unless-stopped
environment:
# OpenMRS DB connection details
Expand Down Expand Up @@ -276,9 +276,9 @@ services:
- "${BAHMNI_HOME_PATH:-bahmni-home}:/home/bahmni"
- "./bahmni-mart/conf:/opt/bahmni-mart/conf"

# Metabase: Reporting platform
# Metabase: Reporting paltform
metabase:
image: mekomsolutions/metabase:c0f284d
image: mekomsolutions/metabase:bahmni_latest
restart: unless-stopped
environment:
MB_DB_TYPE: postgres
Expand Down Expand Up @@ -426,7 +426,7 @@ services:
- eip-client

openelis:
image: mekomsolutions/openelis:c0f284d
image: mekomsolutions/openelis:bahmni_latest
restart: unless-stopped
depends_on:
- postgresql
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>net.mekomsolutions</groupId>
<artifactId>bahmni-docker-compose</artifactId>
<name>Bahmni Docker Compose</name>
<version>2.9.1</version>
<version>2.10.0-SNAPSHOT</version>
<packaging>pom</packaging>

<developers>
Expand Down

0 comments on commit b3062ca

Please sign in to comment.