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:
2026-07-01 15:13:44 +02:00
parent 3f37961a85
commit 1dff60ef20
3 changed files with 13 additions and 1 deletions
+3 -1
View File
@@ -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