Skip to content

Commit

Permalink
fix hapi-tomcat
Browse files Browse the repository at this point in the history
  • Loading branch information
nr23730 committed Jan 29, 2024
1 parent 87500b8 commit 86621ed
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
19 changes: 10 additions & 9 deletions compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,16 @@ services:
depends_on:
- hapi-postgres
environment:
hapi.fhir.server_address: ${CBIOPORTAL_URL}/fhir
hapi.fhir.local_base_url: http://hapiserver:8080/fhir
hapi.fhir.reuse_cached_search_results_millis: 5000
hapi.fhir.validation.requests_enabled: 'false'
spring.datasource.url: "jdbc:postgresql://hapi-postgres:5432/hapi?currentSchema=public"
spring.datasource.username: hapiserver
spring.datasource.password: ${POSTGRES_USER_PASSWORD:-P@ssword2}
spring.datasource.driverClassName: org.postgresql.Driver
spring.jpa.properties.hibernate.dialect: ca.uhn.fhir.jpa.model.dialect.HapiFhirPostgres94Dialect
CATALINA_OPTS:
-Dhapi.fhir.server_address=${CBIOPORTAL_URL}/fhir
-Dhapi.fhir.local_base_url=http://hapiserver:8080/fhir
-Dhapi.fhir.reuse_cached_search_results_millis=5000
-Dhapi.fhir.validation.requests_enabled=false
-Dspring.datasource.url=jdbc:postgresql://hapi-postgres:5432/hapi?currentSchema=public
-Dspring.datasource.username=hapiserver
-Dspring.datasource.password=${POSTGRES_USER_PASSWORD:-P@ssword2}
-Dspring.datasource.driverClassName=org.postgresql.Driver
-Dspring.jpa.properties.hibernate.dialect=ca.uhn.fhir.jpa.model.dialect.HapiFhirPostgres94Dialect
networks:
- cbioportal_net
hapi-postgres:
Expand Down
19 changes: 10 additions & 9 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,16 @@ services:
depends_on:
- hapi-postgres
environment:
hapi.fhir.server_address: ${CBIOPORTAL_URL}/fhir
hapi.fhir.local_base_url: http://hapiserver:8080/fhir
hapi.fhir.reuse_cached_search_results_millis: 5000
hapi.fhir.validation.requests_enabled: 'false'
spring.datasource.url: "jdbc:postgresql://hapi-postgres:5432/hapi?currentSchema=public"
spring.datasource.username: hapiserver
spring.datasource.password: ${POSTGRES_USER_PASSWORD:-P@ssword2}
spring.datasource.driverClassName: org.postgresql.Driver
spring.jpa.properties.hibernate.dialect: ca.uhn.fhir.jpa.model.dialect.HapiFhirPostgres94Dialect
CATALINA_OPTS:
-Dhapi.fhir.server_address=${CBIOPORTAL_URL}/fhir
-Dhapi.fhir.local_base_url=http://hapiserver:8080/fhir
-Dhapi.fhir.reuse_cached_search_results_millis=5000
-Dhapi.fhir.validation.requests_enabled=false
-Dspring.datasource.url=jdbc:postgresql://hapi-postgres:5432/hapi?currentSchema=public
-Dspring.datasource.username=hapiserver
-Dspring.datasource.password=${POSTGRES_USER_PASSWORD:-P@ssword2}
-Dspring.datasource.driverClassName=org.postgresql.Driver
-Dspring.jpa.properties.hibernate.dialect=ca.uhn.fhir.jpa.model.dialect.HapiFhirPostgres94Dialect
networks:
- cbioportal_net
hapi-postgres:
Expand Down

0 comments on commit 86621ed

Please sign in to comment.