Setting batch.job.enabled to false by default, since HAPI won't launch on its own without it.
Updating the README.md to have the correct example externalized configs in a docker-compose file
This commit is contained in:
@@ -61,7 +61,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- hapi-data:/data/hapi
|
- hapi-data:/data/hapi
|
||||||
environment:
|
environment:
|
||||||
JAVA_OPTS: '-Dhapi.properties=/data/hapi/application.yaml'
|
SPRING_CONFIG_LOCATION: 'file:///data/hapi/application.yaml'
|
||||||
configs:
|
configs:
|
||||||
hapi:
|
hapi:
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
@@ -24,6 +24,10 @@ spring:
|
|||||||
hibernate.search.default.indexBase: target/lucenefiles
|
hibernate.search.default.indexBase: target/lucenefiles
|
||||||
hibernate.search.lucene_version: LUCENE_CURRENT
|
hibernate.search.lucene_version: LUCENE_CURRENT
|
||||||
|
|
||||||
|
batch:
|
||||||
|
job:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
hapi:
|
hapi:
|
||||||
fhir:
|
fhir:
|
||||||
defer_indexing_for_codesystems_of_size: 101
|
defer_indexing_for_codesystems_of_size: 101
|
||||||
|
|||||||
Reference in New Issue
Block a user