Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed Dec 11, 2023
1 parent b621dd9 commit 04b15f1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.5.0
FROM europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.5.1
RUN mkdir -p /config
COPY ./src/application.yaml /config
COPY ./src/*.tgz /
EXPOSE 8080
EXPOSE 80
RUN java -Xmx3G -Xms1G -jar /matchbox.jar --hapi.fhir.only_install_packages=true
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.4 - 2023/12/11
- server port 80 due to internal terminology server

1.0.3 - 2023/12/09
- internal terminology server

1.0.2 - 2023/11/24
- ch-core current needed to be added
- fixes also https://github.com/ahdis/ch-elm/issues/46
Expand Down
7 changes: 4 additions & 3 deletions src/application.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server:
port: 8080
port: 80
servlet:
context-path: /matchboxv3
hapi:
Expand Down Expand Up @@ -42,8 +42,9 @@ matchbox:
context:
igsPreloaded: ch.fhir.ig.ch-elm#1.0.0
#txServer: n/a
txServer: http://localhost:8080/matchboxv3/fhir
txServer: http://localhost:${server.port}/matchboxv3/fhir
httpReadOnly: true
logging:
level:
ch.ahdis.fhir.hapi.jpa.validation: error
ch.ahdis.fhir.hapi.jpa.validation: ERROR
ch.ahdis.matchbox.terminology: DEBUG

0 comments on commit 04b15f1

Please sign in to comment.