mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
12 lines
276 B
YAML
12 lines
276 B
YAML
services:
|
|
azurite1:
|
|
image: mcr.microsoft.com/azure-storage/azurite
|
|
ports:
|
|
- "${AZURITE_PORT}:${AZURITE_PORT}"
|
|
volumes:
|
|
- data1-1:/data1
|
|
command: azurite-blob --blobHost 0.0.0.0 --blobPort ${AZURITE_PORT} --debug /azurite_log
|
|
|
|
volumes:
|
|
data1-1:
|