mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
14 lines
262 B
YAML
14 lines
262 B
YAML
version: '2.3'
|
|
|
|
services:
|
|
azurite1:
|
|
image: mcr.microsoft.com/azure-storage/azurite
|
|
ports:
|
|
- "10000:10000"
|
|
volumes:
|
|
- data1-1:/data1
|
|
command: azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log
|
|
|
|
volumes:
|
|
data1-1:
|