Start of internal HAPI validator and FHIR package server optional, f.e. if not using a separate MII FHIR Validator instance
This commit is contained in:
+3
-1
@@ -10,7 +10,7 @@ services:
|
||||
# The FHIR NPM packages (.tgz archives) are located in local directory ./packages
|
||||
# This source directory with the FHIR packages is mounted as the Nginx http server standard content directory /usr/share/nginx/html
|
||||
- ./packages:/usr/share/nginx/html:ro
|
||||
|
||||
profiles: ["internal_validator"]
|
||||
|
||||
# FHIR Server (HAPI)
|
||||
fhir-validation-server:
|
||||
@@ -21,6 +21,8 @@ services:
|
||||
depends_on:
|
||||
- fhir-packages-repository-service
|
||||
|
||||
profiles: ["internal_validator"]
|
||||
|
||||
environment:
|
||||
|
||||
# Load FHIR NPM Package with MII Kerndatensatz modules and its dependencies from fhir-packages-repository-service
|
||||
|
||||
Reference in New Issue
Block a user