enhance: Support azurite docker for develope env (#29021)

Signed-off-by: Cai Zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2023-12-31 17:16:43 +08:00 committed by GitHub
parent 79c417b14e
commit 7b5110d73b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -50,6 +50,14 @@ services:
timeout: 20s
retries: 3
azurite:
image: mcr.microsoft.com/azure-storage/azurite
volumes:
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/azurite:/opt/azurite
command: azurite-blob --blobHost 0.0.0.0
ports:
- "10000:10000"
jaeger:
image: jaegertracing/all-in-one:latest
ports:

View File

@ -60,6 +60,14 @@ services:
timeout: 20s
retries: 3
azurite:
image: mcr.microsoft.com/azure-storage/azurite
volumes:
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/azurite:/opt/azurite
command: azurite-blob --blobHost 0.0.0.0
ports:
- "10000:10000"
jaeger:
image: jaegertracing/all-in-one:latest
ports: