ClickHouse/tests/integration/compose/docker_compose_azurite.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
292 B
YAML
Raw Normal View History

version: '2.3'
services:
azurite1:
image: mcr.microsoft.com/azure-storage/azurite
ports:
2023-10-18 20:20:39 +00:00
- "${AZURITE_PORT}:${AZURITE_PORT}"
volumes:
- data1-1:/data1
2023-10-18 20:20:39 +00:00
command: azurite-blob --blobHost 0.0.0.0 --blobPort ${AZURITE_PORT} --debug /azurite_log
volumes:
2021-12-01 12:31:25 +00:00
data1-1: