comparison NewTests/PostgresUpgrades/docker-compose.yml @ 620:8ba9b20ae95f debug-pg-transactions

debug pg transactions tests
author Alain Mazy <am@osimis.io>
date Mon, 05 Feb 2024 22:32:39 +0100
parents 6ba2ff41ea52
children
comparison
equal deleted inserted replaced
619:79812e0df162 620:8ba9b20ae95f
69 environment: 69 environment:
70 VERBOSE_ENABLED: "true" 70 VERBOSE_ENABLED: "true"
71 ORTHANC__POSTGRESQL: | 71 ORTHANC__POSTGRESQL: |
72 { 72 {
73 "Host": "pg-15", 73 "Host": "pg-15",
74 "TransactionMode": "ReadCommitted" 74 "TransactionMode": "READ COMMITTED"
75 } 75 }
76 ORTHANC__AUTHENTICATION_ENABLED: "false" 76 ORTHANC__AUTHENTICATION_ENABLED: "false"
77 77
78 78
79 pg-15: 79 pg-15:
104 environment: 104 environment:
105 VERBOSE_ENABLED: "true" 105 VERBOSE_ENABLED: "true"
106 ORTHANC__POSTGRESQL: | 106 ORTHANC__POSTGRESQL: |
107 { 107 {
108 "Host": "pg-9", 108 "Host": "pg-9",
109 "TransactionMode": "ReadCommitted" 109 "TransactionMode": "READ COMMITTED"
110 } 110 }
111 ORTHANC__AUTHENTICATION_ENABLED: "false" 111 ORTHANC__AUTHENTICATION_ENABLED: "false"
112 112
113 113
114 pg-9: 114 pg-9: