Skip to content

Commit

Permalink
chore: harbor -> ghcr.io for loinc conversion
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
chgl committed Nov 6, 2023
1 parent 84dfe9f commit 002dcfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To configure your deployment, you can change the following environment variables
| SPRING_DATASOURCE_PASSWORD | Password for the Postgres DB | postgres |
| SERVICES_PSEUDONYMIZER_ENABLED | Whether pseudonymization should be enabled. | true |
| SERVICES_PSEUDONYMIZER_URL | URL of the [FHIR Pseudonymizer service](https://github.com/miracum/fhir-pseudonymizer) | <http://fhir-pseudonymizer:8080/fhir> |
| SERVICES_LOINC_CONVERSIONS_URL | URL of the [LOINC conversion service](https://gitlab.miracum.org/miracum/etl/loinc-conversion) | <http://loinc-converter:8080/conversions> |
| SERVICES_LOINC_CONVERSIONS_URL | URL of the [LOINC conversion service](https://github.com/miracum/loinc-conversion) | <http://loinc-converter:8080/conversions> |
| SERVICES_FHIRSERVER_ENABLED | Whether to send received resources to a downstream FHIR server | false |
| SERVICES_FHIRSERVER_URL | URL of the FHIR server to send data to | <http://fhir-server:8080/fhir> |
| SERVICES_FHIRSERVER_AUTH_BASIC_ENABLED | Enable HTTP basic auth for sending data to FHIR server | false |
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker-compose.gw-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- vfps

loinc-converter:
image: harbor.miracum.org/miracum-etl/loinc-conversion:v1.14.2@sha256:9815eb71c13fa2a0b74df6492f41cc2d7b9969696984e6045b6217600ad1f0e1
image: ghcr.io/miracum/loinc-conversion:v1.14.3@sha256:e17fd9ea8ce26befe51d33588046de28f0e7e870eb89831f236c79f2bf627bb1
ipc: none
cap_drop:
- ALL
Expand Down

0 comments on commit 002dcfa

Please sign in to comment.