Skip to content

Commit

Permalink
Merge pull request #251 from jembi/make-fhir-version-configurable
Browse files Browse the repository at this point in the history
Configure the fhir version for hapi-fhir
  • Loading branch information
bradsawadye committed Sep 5, 2023
2 parents 2d2d10d + c4849de commit 93ae3a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fhir-datastore-hapi-fhir/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
- hapi.fhir.allow_external_references=true
- hapi.fhir.bulk_export_enabled=true
- hapi.fhir.enable_repository_validating_interceptor=true
- hapi.fhir.fhir_version=${FHIR_VERSION}
- JAVA_TOOL_OPTIONS=${HF_JAVA_OPTS}
- CATALINA_OPTS=${HF_JAVA_OPTS}
deploy:
Expand Down
1 change: 1 addition & 0 deletions fhir-datastore-hapi-fhir/package-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"HAPI_FHIR_CPU_RESERVE": "0.05",
"HAPI_FHIR_MEMORY_LIMIT": "3G",
"HAPI_FHIR_MEMORY_RESERVE": "500M",
"FHIR_VERSION": "R4",
"POSTGRES_REPLICA_SET": "postgres-1:5432",
"HAPI_DB_SET": "postgres-1:5432",
"HAPI_POSTGRES_PASSWORD": "postgres",
Expand Down

0 comments on commit 93ae3a5

Please sign in to comment.