Skip to content

Commit

Permalink
rollback to azurite:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Aug 13, 2024
1 parent e219fd6 commit 71000c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions test/integration/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ services:

azure:
# todo need to blobKeepAliveTimeout, and merge https://github.com/Azure/Azurite/pull/2443
# image: mcr.microsoft.com/azure-storage/azurite:latest
image: docker.io/clickhousepro/azurite:latest
image: mcr.microsoft.com/azure-storage/azurite:latest
# image: docker.io/clickhousepro/azurite:latest
hostname: devstoreaccount1.blob.azure
healthcheck:
test: nc 127.0.0.1 10000 -z
interval: 1s
retries: 30
# command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0" ]
command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "60" ]
command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0" ]
# command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "60" ]
volumes:
- azure:/data
# environment:
Expand Down
8 changes: 4 additions & 4 deletions test/integration/docker-compose_advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ services:

azure:
# todo need to blobKeepAliveTimeout, and merge https://github.com/Azure/Azurite/pull/2443
# image: mcr.microsoft.com/azure-storage/azurite:latest
image: docker.io/clickhousepro/azurite:latest
image: mcr.microsoft.com/azure-storage/azurite:latest
# image: docker.io/clickhousepro/azurite:latest
hostname: devstoreaccount1.blob.azure
healthcheck:
test: nc 127.0.0.1 10000 -z
interval: 1s
retries: 30
# command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0" ]
command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "60" ]
command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0" ]
# command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "60" ]
volumes:
- azure:/data
# environment:
Expand Down

0 comments on commit 71000c8

Please sign in to comment.