Skip to content

Commit

Permalink
Use eip-client docker image latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett committed Jan 25, 2024
1 parent 69fdacb commit c624d77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose-odoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ services:
- OPENMRS_URL=http://openmrs:8080/openmrs
- EIP_PROFILE=prod
- EIP_WATCHED_TABLES=patient,person_name,person_address,patient_identifier,orders,test_order,drug_order
image: mekomsolutions/eip-client:2.0.0
image: mekomsolutions/eip-client
networks:
ozone:
aliases:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-senaite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
- EIP_DB_USER_SENAITE=${EIP_DB_USER_SENAITE}
- EIP_DB_PASSWORD_SENAITE=${EIP_DB_PASSWORD_SENAITE}
- DB_EVENT_DESTINATIONS_SENAITE=${DB_EVENT_DESTINATIONS_SENAITE}
image: mekomsolutions/eip-client:2.0.0
image: mekomsolutions/eip-client
networks:
ozone:
aliases:
Expand Down
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ echo ""
set +e
column -t -s ',' .urls_1.txt > .urls_2.txt 2> /dev/null
set -e
cat .urls_2.txt
cat .urls_2.txt

0 comments on commit c624d77

Please sign in to comment.