Skip to content

Commit

Permalink
OZ-348: Update SENAITE_SERVER_URL to use internal Docker network URL …
Browse files Browse the repository at this point in the history
…for SENAITE service. (#74)
  • Loading branch information
corneliouzbett authored Jan 31, 2024
1 parent 52fbbde commit 1ade169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-senaite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
condition: service_started
env_file: eip.env
environment:
- SENAITE_SERVER_URL=https://${SENAITE_HOSTNAME}/senaite
- SENAITE_SERVER_URL=http://senaite:8080/senaite
- SENAITE_SERVER_USER=${SENAITE_ADMIN_USER}
- SENAITE_SERVER_PASSWORD=${SENAITE_ADMIN_PASSWORD}
- OPENMRS_SERVER_URL=http://openmrs:8080/openmrs
Expand Down

0 comments on commit 1ade169

Please sign in to comment.