mirror of
https://github.com/outbackdingo/clickhouse-cluster-example.git
synced 2026-08-25 07:10:09 +00:00
updated compose to current
This commit is contained in:
+4
-4
@@ -44,7 +44,7 @@ services:
|
|||||||
ZOO_SERVERS: server.1=zoo1:2888:3888;2181 server.2=zoo2:2888:3888;2181 server.3=0.0.0.0:2888:3888;2181
|
ZOO_SERVERS: server.1=zoo1:2888:3888;2181 server.2=zoo2:2888:3888;2181 server.3=0.0.0.0:2888:3888;2181
|
||||||
|
|
||||||
clickhouse1:
|
clickhouse1:
|
||||||
image: yandex/clickhouse-server:19.15.3.6
|
image: yandex/clickhouse-server:latest
|
||||||
hostname: clickhouse1
|
hostname: clickhouse1
|
||||||
expose:
|
expose:
|
||||||
- "9000"
|
- "9000"
|
||||||
@@ -61,7 +61,7 @@ services:
|
|||||||
hard: 262144
|
hard: 262144
|
||||||
|
|
||||||
clickhouse2:
|
clickhouse2:
|
||||||
image: yandex/clickhouse-server:19.15.3.6
|
image: yandex/clickhouse-server:latest
|
||||||
hostname: clickhouse2
|
hostname: clickhouse2
|
||||||
expose:
|
expose:
|
||||||
- "9000"
|
- "9000"
|
||||||
@@ -78,7 +78,7 @@ services:
|
|||||||
hard: 262144
|
hard: 262144
|
||||||
|
|
||||||
clickhouse3:
|
clickhouse3:
|
||||||
image: yandex/clickhouse-server:19.15.3.6
|
image: yandex/clickhouse-server:latest
|
||||||
hostname: clickhouse3
|
hostname: clickhouse3
|
||||||
expose:
|
expose:
|
||||||
- "9000"
|
- "9000"
|
||||||
@@ -95,7 +95,7 @@ services:
|
|||||||
hard: 262144
|
hard: 262144
|
||||||
|
|
||||||
clickhouse4:
|
clickhouse4:
|
||||||
image: yandex/clickhouse-server:19.15.3.6
|
image: yandex/clickhouse-server:latest
|
||||||
hostname: clickhouse4
|
hostname: clickhouse4
|
||||||
expose:
|
expose:
|
||||||
- "9000"
|
- "9000"
|
||||||
|
|||||||
Reference in New Issue
Block a user