MII FHIR Validator v0.0.1-alpha.7
Docker Image
docker pull ghcr.io/medizininformatik-initiative/mii-fhir-validator:v0.0.1-alpha.7Or update the image tag in docker-compose.yml:
image: ghcr.io/medizininformatik-initiative/mii-fhir-validator:v0.0.1-alpha.7Changes
What's Changed
- For default docker compose profile use environment variable COMPOSE_PROFILES in existing config file .env instead of additional cli parameter --profile by @Mandalka in #10
- Make FHIR base URL of the terminology server configurable in terminology upload script by @Mandalka in #11
- feat: support COMPOSE_PROFILES env var and configurable TX_SERVER in upload script by @julsas in #13
- Dockerfile for provisioning of vocabulary by scripts/terminology by @Mandalka in #12
- add basic auth support for terminology server by @julsas in #16
New Contributors
Full Changelog: v0.0.1-alpha.6...v0.0.1-alpha.7