Skip to content

Commit

Permalink
updating hapi fhir image version
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-onions committed Apr 5, 2024
1 parent bdb9304 commit dc8629a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fhir-datastore-hapi-fhir/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hapiproject/hapi:v6.10.1
FROM hapiproject/hapi:v7.0.3

# Copy the static shell into base image
COPY --from=busybox:1.36.0-uclibc /bin/sh /bin/sh
Expand Down
4 changes: 2 additions & 2 deletions fhir-datastore-hapi-fhir/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.9'
version: "3.9"

services:
hapi-fhir:
Expand All @@ -12,7 +12,7 @@ services:
- spring.datasource.username=${HF_POSTGRESQL_USERNAME}
- spring.datasource.password=${HF_POSTGRESQL_PASSWORD}
- spring.datasource.driverClassName=org.postgresql.Driver
- spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
- spring.jpa.properties.hibernate.dialect=ca.uhn.fhir.jpa.model.dialect.HapiFhirPostgres94Dialect
- spring.datasource.hikari.maximumPoolSize=${HF_MAX_POOL_SIZE}
- spring.datasource.hikari.minimumIdle=20
- spring.datasource.hikari.connectionTimeout=60000
Expand Down
2 changes: 1 addition & 1 deletion fhir-datastore-hapi-fhir/package-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"HF_PGPOOL_CPU_RESERVE": "0.05",
"HF_PGPOOL_MEMORY_RESERVE": "50M",
"HF_JAVA_OPTS": "-Xmx2g",
"HF_IMAGE_TAG": "v6.10.1-wget",
"HF_IMAGE_TAG": "v7.0.3-wget",
"HF_MAX_POOL_SIZE": "80",
"HF_PGPOOL_ENABLED": "true",
"HF_POSTGRES_FAILOVER": "automatic",
Expand Down

0 comments on commit dc8629a

Please sign in to comment.