Skip to content

Commit

Permalink
Next development: 1.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud authored and corneliouzbett committed Jun 20, 2024
1 parent 9f7cccc commit cde98ef
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tasks:
- name: Run Ozone FOSS
init: scripts/mvnw clean package
- command: source target/go-to-scripts-dir.sh && ./start-demo.sh 1.0.0-alpha.11 # Replace by the version of your choice
- command: source target/go-to-scripts-dir.sh && ./start-demo.sh 1.0.0-SNAPSHOT # Replace by the version of your choice
ports:
- name: OpenMRS
description: OpenMRS 3
Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.ozonehis</groupId>
<artifactId>ozone-demo-data</artifactId>
<name>Resources to create demo data for Ozone</name>
<version>1.0.0-alpha.11</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ networks:
services:

env-substitution:
image: mekomsolutions/env-substitution:1e6fa02
image: mekomsolutions/env-substitution
networks:
- ozone
restart: on-failure
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-erpnext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ services:
- EIP_FHIR_SERVER_URL=http://openmrs:8080/openmrs/ws/fhir2/R4
- EIP_FHIR_USERNAME=${OPENMRS_USER}
- EIP_FHIR_PASSWORD=${OPENMRS_PASSWORD}
image: mekomsolutions/eip-client:2.1.0
image: mekomsolutions/eip-client
networks:
ozone:
aliases:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-odoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ADDONS=sale_management,stock,account_account,purchase,mrp,odoo_initializer,ozone_settings,mrp_product_expiry,product_expiry,l10n_generic_coa
- INITIALIZER_DATA_FILES_PATH=/mnt/odoo_config
- INITIALIZER_CONFIG_FILE_PATH=/mnt/odoo_config/initializer_config.json
image: mekomsolutions/odoo:2c1706f
image: mekomsolutions/odoo
labels:
traefik.enable: true
# https
Expand Down Expand Up @@ -94,7 +94,7 @@ services:
- OPENMRS_DB_PASSWORD=${OPENMRS_DB_PASSWORD}
- OPENMRS_USER=${OPENMRS_USER}
- OPENMRS_PASSWORD=${OPENMRS_PASSWORD}
image: mekomsolutions/eip-client:2.1.0
image: mekomsolutions/eip-client
networks:
ozone:
aliases:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-openmrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
timeout: 5s
retries: 48
start_period: 120s
image: openmrs/openmrs-reference-application-3-backend:3.0.0-beta.21
image: openmrs/openmrs-reference-application-3-backend:${O3_DOCKER_IMAGE_TAG:-nightly}
labels:
traefik.enable: "true"
traefik.http.routers.openmrs.rule: "Host(`${O3_HOSTNAME}`) && PathPrefix(`/openmrs`)"
Expand Down Expand Up @@ -54,7 +54,7 @@ services:
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/"]
timeout: 5s
image: openmrs/openmrs-reference-application-3-frontend:3.0.0-beta.21
image: openmrs/openmrs-reference-application-3-frontend:${O3_DOCKER_IMAGE_TAG:-nightly}
labels:
traefik.enable: "true"
traefik.http.routers.frontend.rule: "Host(`${O3_HOSTNAME}`) && PathPrefix(`/openmrs/spa/`)"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-senaite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- SITE=${SITE}
- ADMIN_USER=${SENAITE_ADMIN_USER}
- ADMIN_PASSWORD=${SENAITE_ADMIN_PASSWORD}
image: mekomsolutions/senaite:2.3.0-1.0.0
image: mekomsolutions/senaite:latest
labels:
- "traefik.enable=true"
- "traefik.http.services.senaite.loadbalancer.server.port=8080"
Expand Down Expand Up @@ -62,7 +62,7 @@ services:
- OPENMRS_DB_PASSWORD=${OPENMRS_DB_PASSWORD}
- OPENMRS_USER=${OPENMRS_USER}
- OPENMRS_PASSWORD=${OPENMRS_PASSWORD}
image: mekomsolutions/eip-client:2.1.0
image: mekomsolutions/eip-client
networks:
ozone:
aliases:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.ozonehis</groupId>
<artifactId>ozone-docker-compose</artifactId>
<name>Ozone Docker Compose</name>
<version>1.0.0-alpha.11</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<organization>
Expand All @@ -20,7 +20,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<ozoneDemoDataVersion>1.0.0-alpha.11</ozoneDemoDataVersion>
<ozoneDemoDataVersion>1.0.0-SNAPSHOT</ozoneDemoDataVersion>
<true>true</true>
</properties>

Expand Down

0 comments on commit cde98ef

Please sign in to comment.