comparison NewTests/Concurrency/docker-compose-transfers-concurrency.yml @ 602:d88b0fc15f08

change ports
author Alain Mazy <am@osimis.io>
date Fri, 19 Jan 2024 15:55:24 +0100
parents 3e15e950c462
children a5882a40ccb6
comparison
equal deleted inserted replaced
601:3e15e950c462 602:d88b0fc15f08
4 orthanc-pg-a: 4 orthanc-pg-a:
5 image: ${ORTHANC_IMAGE_UNDER_TESTS:-osimis/orthanc:latest} 5 image: ${ORTHANC_IMAGE_UNDER_TESTS:-osimis/orthanc:latest}
6 container_name: orthanc-pg-a 6 container_name: orthanc-pg-a
7 depends_on: [pg-a] 7 depends_on: [pg-a]
8 restart: unless-stopped 8 restart: unless-stopped
9 ports: ["8052: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 ORTHANC__POSTGRESQL: | 14 ORTHANC__POSTGRESQL: |
32 orthanc-pg-b: 32 orthanc-pg-b:
33 image: ${ORTHANC_IMAGE_UNDER_TESTS:-osimis/orthanc:latest} 33 image: ${ORTHANC_IMAGE_UNDER_TESTS:-osimis/orthanc:latest}
34 container_name: orthanc-pg-b 34 container_name: orthanc-pg-b
35 depends_on: [pg-b] 35 depends_on: [pg-b]
36 restart: unless-stopped 36 restart: unless-stopped
37 ports: ["8053:8042"] 37 ports: ["8063:8042"]
38 volumes: ["storage-orthanc-b:/var/lib/orthanc/db"] 38 volumes: ["storage-orthanc-b:/var/lib/orthanc/db"]
39 environment: 39 environment:
40 # VERBOSE_ENABLED: "true" 40 # VERBOSE_ENABLED: "true"
41 TRANSFERS_PLUGIN_ENABLED: "true" 41 TRANSFERS_PLUGIN_ENABLED: "true"
42 ORTHANC__POSTGRESQL: | 42 ORTHANC__POSTGRESQL: |