Skip to content

Commit

Permalink
OZ-196: Use OpenMRS 3.0.0-beta.16
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuisson committed Jan 8, 2024
1 parent c94b398 commit f58b938
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ OPENMRS_DB_NAME=openmrs
SPA_CONFIG_URLS=/openmrs/spa/ozone/ozone-frontend-config.json
SPA_DEFAULT_LOCALE=en

# OpenMRS frontend and backend Docker image tags
O3_BACKEND_TAG=
O3_FRONTEND_TAG=
# OpenMRS frontend and backend Docker image tag
O3_DOCKER_IMAGE_TAG=

#
# MySQL
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-openmrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- "-f"
- "http://localhost:8080/openmrs/"
timeout: 5s
image: openmrs/openmrs-reference-application-3-backend:${O3_BACKEND_TAG:-nightly}
image: openmrs/openmrs-reference-application-3-backend:3.0.0-beta.16
labels:
traefik.enable: "true"
traefik.http.routers.openmrs.rule: "Host(`${O3_HOSTNAME}`) && PathPrefix(`/openmrs`)"
Expand Down Expand Up @@ -57,7 +57,7 @@ services:
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/"]
timeout: 5s
image: openmrs/openmrs-reference-application-3-frontend:${O3_FRONTEND_TAG:-nightly}
image: openmrs/openmrs-reference-application-3-frontend:3.0.0-beta.16
labels:
traefik.enable: "true"
traefik.http.routers.frontend.rule: "Host(`${O3_HOSTNAME}`) && PathPrefix(`/openmrs/spa/`)"
Expand Down

0 comments on commit f58b938

Please sign in to comment.