Added docker-compose config

This commit is contained in:
Dmitry Moskowski 2017-02-16 16:47:06 +00:00 committed by alexey-milovidov
parent e9d3c03ad6
commit 90d56253cf

14
docker-compose.yml Normal file
View File

@ -0,0 +1,14 @@
version: "2"
services:
builder:
image: yandex/clickhouse-builder
build: docker/builder
client:
image: yandex/clickhouse-client
build: docker/client
network_mode: host
server:
image: yandex/clickhouse-server
build: docker/server
network_mode: host