Skip to content

Commit

Permalink
Added docker-compose config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Moskowski authored and alexey-milovidov committed Feb 16, 2017
1 parent e9d3c03 commit 90d5625
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 90d5625

Please sign in to comment.