@@ -107,7 +107,7 @@ services:
107107 build :
108108 context : ./src/Functions/
109109 dockerfile : ParticipantManagementServices/UpdateParticipantFromScreeningProvider/Dockerfile
110- profiles : [ bi-analytics ]
110+ profiles : [bi-analytics]
111111 environment :
112112 - ASPNETCORE_URLS=http://*:8001
113113 - ParticipantManagementUrl=http://127.0.0.1:7994/api/ParticipantManagementDataService
@@ -123,7 +123,7 @@ services:
123123 build :
124124 context : ./src/Functions/
125125 dockerfile : ParticipantManagementServices/CheckParticipantExists/Dockerfile
126- profiles : [ bi-analytics ]
126+ profiles : [bi-analytics]
127127 environment :
128128 - ASPNETCORE_URLS=http://*:8002
129129 - ParticipantManagementUrl=http://localhost:7994/api/ParticipantManagementDataService
@@ -134,7 +134,7 @@ services:
134134 build :
135135 context : ./src/Functions/
136136 dockerfile : ParticipantManagementServices/GetParticipantReferenceData/Dockerfile
137- profiles : [ bi-analytics ]
137+ profiles : [bi-analytics]
138138 environment :
139139 - ASPNETCORE_URLS=http://*:7999
140140 - HigherRiskReferralReasonLkpDataServiceUrl=http://localhost:7992/api/HigherRiskReferralReasonLkpDataService
@@ -286,7 +286,7 @@ services:
286286 gene-code-lkp-data-service :
287287 container_name : gene-code-lkp-data-service
288288 network_mode : host
289- profiles : [ bi-analytics ]
289+ profiles : [bi-analytics]
290290 build :
291291 context : ./src/Functions/
292292 dockerfile : screeningDataServices/GeneCodeLkpDataService/Dockerfile
@@ -301,7 +301,7 @@ services:
301301 build :
302302 context : ./src/Functions/
303303 dockerfile : screeningDataServices/HigherRiskReferralReasonLkpDataService/Dockerfile
304- profiles : [ bi-analytics ]
304+ profiles : [bi-analytics]
305305 environment :
306306 - ASPNETCORE_URLS=http://*:7992
307307 - DtOsDatabaseConnectionString=Server=localhost,1433;Database=${DB_NAME};User Id=SA;Password=${PASSWORD};TrustServerCertificate=True
@@ -455,12 +455,14 @@ services:
455455 environment :
456456 - ASPNETCORE_URLS=http://*:8996
457457 - DtOsDatabaseConnectionString=Server=localhost,1433;Database=${DB_NAME};User Id=SA;Password=${PASSWORD};TrustServerCertificate=True
458+ - AcceptableLatencyThresholdMs=500
458459
459- receive-service-now-message :
460+ receive-service-now-message :
460461 container_name : receive-service-now-message
461462 network_mode : host
462463 build :
463464 context : ./src/Functions/
464465 dockerfile : ServiceNowIntegrationService/Dockerfile
466+ profiles : [not-implemented]
465467 environment :
466468 - ASPNETCORE_URLS=http://*:7912
0 commit comments