Add internal Cox service to OVIS module

This commit is contained in:
tm16-medma
2026-09-22 15:08:50 +02:00
parent 172b5544ef
commit 3ea29ec175
+5
View File
@@ -66,6 +66,10 @@ services:
environment: environment:
FHIR_SERVER_URL: http://bridgehead-ccp-blaze:8080/fhir FHIR_SERVER_URL: http://bridgehead-ccp-blaze:8080/fhir
ovis-backend-cox:
image: samply/ovis-backend-cox:${OVIS_TAG}
container_name: bridgehead-ccp-ovis-cox
ovis-backend-apollo: ovis-backend-apollo:
image: docker.verbis.dkfz.de/cache/samply/ovis-backend-apollo:${OVIS_TAG} image: docker.verbis.dkfz.de/cache/samply/ovis-backend-apollo:${OVIS_TAG}
container_name: bridgehead-ccp-ovis-backend container_name: bridgehead-ccp-ovis-backend
@@ -76,6 +80,7 @@ services:
- ovis-backend-database-mongodb - ovis-backend-database-mongodb
- ovis-backend-mongodb-data-preprocessing - ovis-backend-mongodb-data-preprocessing
- ovis-backend-data-import - ovis-backend-data-import
- ovis-backend-cox
healthcheck: healthcheck:
test: ["CMD", "curl", "-fsS", "-X", "POST", "-H", "content-type: application/json", "-d", "{\"query\":\"{__typename}\"}", "http://localhost:4001/graphql"] test: ["CMD", "curl", "-fsS", "-X", "POST", "-H", "content-type: application/json", "-d", "{\"query\":\"{__typename}\"}", "http://localhost:4001/graphql"]
interval: 10s interval: 10s