diff --git a/ccp/docker-compose.yml b/ccp/docker-compose.yml index 7318942..f46615d 100644 --- a/ccp/docker-compose.yml +++ b/ccp/docker-compose.yml @@ -57,13 +57,6 @@ services: - /etc/bridgehead/trusted-ca-certs:/conf/trusted-ca-certs:ro - /srv/docker/bridgehead/ccp/root.crt.pem:/conf/root.crt.pem:ro - ccp-patient-project-identificator: - image: samply/ccp-patient-project-identificator - container_name: bridgehead-ccp-patient-project-identificator - environment: - MAINZELLISTE_APIKEY: ${IDMANAGER_LOCAL_PATIENTLIST_APIKEY} - SITE_NAME: ${SITE_NAME} - volumes: blaze-data: diff --git a/ccp/modules/id-management-compose.yml b/ccp/modules/id-management-compose.yml index ce0a58a..704646d 100644 --- a/ccp/modules/id-management-compose.yml +++ b/ccp/modules/id-management-compose.yml @@ -101,5 +101,12 @@ services: forward_proxy: condition: service_healthy + ccp-patient-project-identificator: + image: samply/ccp-patient-project-identificator + container_name: bridgehead-ccp-patient-project-identificator + environment: + MAINZELLISTE_APIKEY: ${IDMANAGER_LOCAL_PATIENTLIST_APIKEY} + SITE_NAME: ${SITE_NAME} + volumes: patientlist-db-data: