Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #114 from openhie/OHIE-521-support-paginated-requests
Browse files Browse the repository at this point in the history
OHIE-521 Upgrade HAPI FHIR minor version and env vars
  • Loading branch information
MattyJ007 authored Aug 25, 2021
2 parents 772f518 + 269d15c commit 1d4d19b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:

fhir:
container_name: hapi-fhir
image: hapiproject/hapi:v5.2.1
image: hapiproject/hapi:v5.4.1
ports:
- "3447:8080"

Expand Down
4 changes: 3 additions & 1 deletion core/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ services:

fhir:
container_name: hapi-fhir
image: hapiproject/hapi:v5.2.1
image: hapiproject/hapi:v5.4.1
environment:
- spring.datasource.url=jdbc:mysql://mysql:3306/hapi
- spring.datasource.username=admin
- spring.datasource.password=instant101
- spring.datasource.driverClassName=com.mysql.jdbc.Driver
- spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
- hapi.fhir.allow_external_references=true
- hapi.fhir.max_page_size=50
- hapi.fhir.default_page_size=20
volumes:
- type: volume
source: instant
Expand Down

0 comments on commit 1d4d19b

Please sign in to comment.