Skip to content

Commit

Permalink
Merge pull request #237 from samply/feat/ccp-ppi
Browse files Browse the repository at this point in the history
Feat/ccp ppi
  • Loading branch information
TKussel authored Nov 5, 2024
2 parents 52c24ee + 2398106 commit 8cd5b93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion ccp/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ services:
- /etc/bridgehead/trusted-ca-certs:/conf/trusted-ca-certs:ro
- /srv/docker/bridgehead/ccp/root.crt.pem:/conf/root.crt.pem:ro


volumes:
blaze-data:

Expand Down
7 changes: 7 additions & 0 deletions ccp/modules/id-management-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit 8cd5b93

Please sign in to comment.