Skip to content

Commit

Permalink
OZ-760: Use O3_DOCKER_IMAGE_TAG nightly and OpenMRS core `nightly-a…
Browse files Browse the repository at this point in the history
…mazoncorretto-11`
  • Loading branch information
kdaud committed Dec 15, 2024
1 parent 3f893d0 commit 1648bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SPA_CONFIG_URLS=/openmrs/spa/configs/ozone-frontend-config.json
SPA_DEFAULT_LOCALE=en

# OpenMRS frontend and backend Docker image tag
O3_DOCKER_IMAGE_TAG=3.1.1
O3_DOCKER_IMAGE_TAG=

#
# MySQL
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-openmrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
timeout: 5s
retries: 48
start_period: 120s
image: openmrs/openmrs-core:2.6.7
image: openmrs/nightly-amazoncorretto-11
labels:
traefik.enable: "true"
traefik.http.routers.openmrs.rule: "Host(`${O3_HOSTNAME}`) && PathPrefix(`/openmrs`)"
Expand Down

0 comments on commit 1648bed

Please sign in to comment.