comparison NewTests/Concurrency/docker-compose-transfers-concurrency.yml @ 724:765446710507 find-refactoring

debug tests
author Alain Mazy <am@orthanc.team>
date Fri, 18 Oct 2024 10:04:51 +0200
parents 75dbc81d0e26
children 90dfc48b89a7
comparison
equal deleted inserted replaced
723:5085b83b8eec 724:765446710507
7 depends_on: [pg-a] 7 depends_on: [pg-a]
8 restart: unless-stopped 8 restart: unless-stopped
9 ports: ["8062:8042"] 9 ports: ["8062:8042"]
10 volumes: ["storage-orthanc-a:/var/lib/orthanc/db"] 10 volumes: ["storage-orthanc-a:/var/lib/orthanc/db"]
11 environment: 11 environment:
12 # VERBOSE_ENABLED: "true" 12 VERBOSE_ENABLED: "true"
13 TRANSFERS_PLUGIN_ENABLED: "true" 13 TRANSFERS_PLUGIN_ENABLED: "true"
14 # disable DICOMWEB to avoid the metadata cache to consume disk space after StableStudy -> difficult to compare disk sizes 14 # disable DICOMWEB to avoid the metadata cache to consume disk space after StableStudy -> difficult to compare disk sizes
15 DICOM_WEB_PLUGIN_ENABLED: "false" 15 DICOM_WEB_PLUGIN_ENABLED: "false"
16 ORTHANC__POSTGRESQL: | 16 ORTHANC__POSTGRESQL: |
17 { 17 {
37 depends_on: [pg-b] 37 depends_on: [pg-b]
38 restart: unless-stopped 38 restart: unless-stopped
39 ports: ["8063:8042"] 39 ports: ["8063:8042"]
40 volumes: ["storage-orthanc-b:/var/lib/orthanc/db"] 40 volumes: ["storage-orthanc-b:/var/lib/orthanc/db"]
41 environment: 41 environment:
42 # VERBOSE_ENABLED: "true" 42 VERBOSE_ENABLED: "true"
43 TRANSFERS_PLUGIN_ENABLED: "true" 43 TRANSFERS_PLUGIN_ENABLED: "true"
44 DICOM_WEB_PLUGIN_ENABLED: "false" 44 DICOM_WEB_PLUGIN_ENABLED: "false"
45 ORTHANC__POSTGRESQL: | 45 ORTHANC__POSTGRESQL: |
46 { 46 {
47 "Host": "pg-b", 47 "Host": "pg-b",