feature: add osiris2fhir in cce and minor fixes

This commit is contained in:
Pierre Delpy
2026-03-17 13:35:58 +01:00
parent c1de9b8314
commit 5e9590736b
3 changed files with 10 additions and 2 deletions

View File

@@ -1,8 +1,10 @@
services:
osiris2fhir:
container_name: bridgehead-osiris2fhir
image: docker.verbis.dkfz.de/ccp/osiris2fhir:${SITE_ID}
image: docker.verbis.dkfz.de/ccp/osiris2fhir
environment:
FHIR_PROFILE: ${PROJECT:-pscc}
LOG_LEVEL: ${LOG_LEVEL:-INFO}
SALT: ${LOCAL_SALT}
labels:
- "traefik.enable=true"