Skip to content

Commit 84ee2c6

Browse files
authored
Merge pull request #130 from JHancox/main
Update MDExpress to include 0.1.19 of TM, 0.1.19 of WM and 0.3.19 of IG Approved lived on WG meeting 6/8/23! :)
2 parents b2b3bd8 + 5bad155 commit 84ee2c6

4 files changed

Lines changed: 15 additions & 24 deletions

File tree

deploy/monai-deploy-express/.env

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Container Images
2-
INFORMATICS_GATEWAY_IMAGE=ghcr.io/project-monai/monai-deploy-informatics-gateway:0.3.7
2+
INFORMATICS_GATEWAY_IMAGE=ghcr.io/project-monai/monai-deploy-informatics-gateway:0.3.19
33
INFORMATICS_GATEWAY_CONFIG_IMAGE=dwdraju/alpine-curl-jq:latest
4-
WORKFLOW_MANAGER_IMAGE=ghcr.io/project-monai/monai-deploy-workflow-manager:2022.12.0-beta.61
5-
TASK_MANAGER_IMAGE=ghcr.io/project-monai/monai-deploy-task-manager:2022.12.0-beta.61
4+
WORKFLOW_MANAGER_IMAGE=ghcr.io/project-monai/monai-deploy-workflow-manager:0.1.19
5+
TASK_MANAGER_IMAGE=ghcr.io/project-monai/monai-deploy-task-manager:0.1.19
66

77
MINIO_IMAGE=minio/minio:latest
88
MONGODB_IMAGE=mongo:5.0.12
9-
ORTHANC_IMAGE=osimis/orthanc:22.9.0
10-
RABBITMQ_IMAGE=rabbitmq:3.10-management
9+
ORTHANC_IMAGE=osimis/orthanc:23.3.4
10+
RABBITMQ_IMAGE=rabbitmq:3.11-management
1111

12-
ELK_VERSION=8.4.2
12+
ELK_VERSION=8.7.0
1313
ELASTICSEARCH_IMAGE=docker.elastic.co/elasticsearch/elasticsearch:${ELK_VERSION}
1414
LOGSTASH_IMAGE=docker.elastic.co/logstash/logstash:${ELK_VERSION}
1515
KIBANA_IMAGE=docker.elastic.co/kibana/kibana:${ELK_VERSION}

deploy/monai-deploy-express/configs/informatics-gateway.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
}
4444
},
4545
"storage": {
46-
"bufferRootPath": "/payloads",
47-
"tempStorageRootPath": "/incoming",
46+
"localTemporaryStoragePath": "/payloads",
47+
"remoteTemporaryStoragePath": "/incoming",
4848
"bucketName": "monaideploy",
4949
"storageRootPath": "/payloads",
5050
"temporaryBucketName": "monaideploy",

deploy/monai-deploy-express/configs/task-manager.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2+
"MonaiDeployAuthentication": {
3+
"BypassAuthentication": true
4+
},
25
"WorkloadManagerDatabase": {
36
"ConnectionString": "mongodb://root:rootpassword@mongodb:27017",
4-
"DatabaseName": "WorkloadManager",
5-
"WorkflowCollectionName": "Workflows",
6-
"WorkflowInstanceCollectionName": "WorkflowInstances",
7-
"PayloadCollectionName": "Payloads",
8-
"TaskDispatchEventCollectionName": "TaskDispatchEvents"
7+
"DatabaseName": "WorkloadManager"
98
},
109
"WorkflowManager": {
1110
"taskTimeoutMinutes": 60,
@@ -19,7 +18,7 @@
1918
"docker": "Monai.Deploy.WorkflowManager.TaskManager.Docker.DockerPlugin, Monai.Deploy.WorkflowManager.TaskManager.Docker"
2019
},
2120
"meta-data": {
22-
}
21+
},
2322
},
2423
"messaging": {
2524
"retries": {
@@ -35,10 +34,6 @@
3534
"dicomWebAgentName": "monaidicomweb",
3635
"scuAgentName": "monaiscu"
3736
},
38-
"argoCallback": {
39-
"argoRabbitOverrideEnabled": false,
40-
"argoRabbitOverrideEndpoint": "localhost"
41-
},
4237
"publisherServiceAssemblyName": "Monai.Deploy.Messaging.RabbitMQ.RabbitMQMessagePublisherService, Monai.Deploy.Messaging.RabbitMQ",
4338
"publisherSettings": {
4439
"endpoint": "rabbitmq",
@@ -77,7 +72,7 @@
7772
}
7873
}
7974
},
80-
"Logging": {
75+
"Logging": {
8176
"LogLevel": {
8277
"Default": "Information",
8378
"System": "Warning",

deploy/monai-deploy-express/configs/workflow-manager.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
22
"WorkloadManagerDatabase": {
33
"ConnectionString": "mongodb://root:rootpassword@mongodb:27017",
4-
"DatabaseName": "WorkloadManager",
5-
"WorkflowCollectionName": "Workflows",
6-
"WorkflowInstanceCollectionName": "WorkflowInstances",
7-
"PayloadCollectionName": "Payloads",
8-
"TaskDispatchEventCollectionName": "TaskDispatchEvents"
4+
"DatabaseName": "WorkloadManager"
95
},
106
"MonaiDeployAuthentication": {
117
"BypassAuthentication": true

0 commit comments

Comments
 (0)