Skip to content

Commit

Permalink
DOC-583 : updated azurite to 3.32.0 and appinsights to 2.9.6 (#101)
Browse files Browse the repository at this point in the history
* DOC-583 : updated azurite to 3.32.0 and appinsights

* DOC-583 : changed appinsights version to 2.9.6

* DOC-583 : updated service version
  • Loading branch information
HarshEviden authored Oct 21, 2024
1 parent fef6c73 commit 833df6a
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 168 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
DATARESPONSE_QUEUE_ADDRESS: ${DATARESPONSE_QUEUE_ADDRESS:-ffc-pay-data-request-response}${MESSAGE_QUEUE_SUFFIX}

ffc-pay-event-store-azurite:
image: mcr.microsoft.com/azure-storage/azurite:3.23.0
image: mcr.microsoft.com/azure-storage/azurite:3.32.0
command: "azurite --blobHost 0.0.0.0 --queueHost 0.0.0.0 --tableHost 0.0.0.0 --loose"
labels:
com.docker.compose.pay.role: ffc-pay-event-store-azurite
Loading

0 comments on commit 833df6a

Please sign in to comment.