mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-04 11:25:52 +08:00
fix docker-compose for swarm and related changes for distributed clickhouse (#1863)
* chore: 🔧 fix docker-compose.yaml for swarm Signed-off-by: Prashant Shahi <prashant@signoz.io> * chore: 🔧 add .gitkeep files for docker and swarm Signed-off-by: Prashant Shahi <prashant@signoz.io> Signed-off-by: Prashant Shahi <prashant@signoz.io> Co-authored-by: Ankit Nayan <ankit@signoz.io>
This commit is contained in:
parent
0595cdc7af
commit
3dcb44a758
@ -35,7 +35,6 @@ x-clickhouse-depend: &clickhouse-depend
|
|||||||
services:
|
services:
|
||||||
zookeeper-1:
|
zookeeper-1:
|
||||||
image: bitnami/zookeeper:3.7.0
|
image: bitnami/zookeeper:3.7.0
|
||||||
container_name: zookeeper-1
|
|
||||||
hostname: zookeeper-1
|
hostname: zookeeper-1
|
||||||
user: root
|
user: root
|
||||||
ports:
|
ports:
|
||||||
@ -52,7 +51,6 @@ services:
|
|||||||
|
|
||||||
# zookeeper-2:
|
# zookeeper-2:
|
||||||
# image: bitnami/zookeeper:3.7.0
|
# image: bitnami/zookeeper:3.7.0
|
||||||
# container_name: zookeeper-2
|
|
||||||
# hostname: zookeeper-2
|
# hostname: zookeeper-2
|
||||||
# user: root
|
# user: root
|
||||||
# ports:
|
# ports:
|
||||||
@ -69,7 +67,6 @@ services:
|
|||||||
|
|
||||||
# zookeeper-3:
|
# zookeeper-3:
|
||||||
# image: bitnami/zookeeper:3.7.0
|
# image: bitnami/zookeeper:3.7.0
|
||||||
# container_name: zookeeper-3
|
|
||||||
# hostname: zookeeper-3
|
# hostname: zookeeper-3
|
||||||
# user: root
|
# user: root
|
||||||
# ports:
|
# ports:
|
||||||
@ -86,7 +83,6 @@ services:
|
|||||||
|
|
||||||
clickhouse:
|
clickhouse:
|
||||||
<<: *clickhouse-defaults
|
<<: *clickhouse-defaults
|
||||||
container_name: clickhouse
|
|
||||||
hostname: clickhouse
|
hostname: clickhouse
|
||||||
# ports:
|
# ports:
|
||||||
# - "9000:9000"
|
# - "9000:9000"
|
||||||
@ -101,7 +97,6 @@ services:
|
|||||||
|
|
||||||
# clickhouse-2:
|
# clickhouse-2:
|
||||||
# <<: *clickhouse-defaults
|
# <<: *clickhouse-defaults
|
||||||
# container_name: clickhouse-2
|
|
||||||
# hostname: clickhouse-2
|
# hostname: clickhouse-2
|
||||||
# ports:
|
# ports:
|
||||||
# - "9001:9000"
|
# - "9001:9000"
|
||||||
@ -116,7 +111,6 @@ services:
|
|||||||
|
|
||||||
# clickhouse-3:
|
# clickhouse-3:
|
||||||
# <<: *clickhouse-defaults
|
# <<: *clickhouse-defaults
|
||||||
# container_name: clickhouse-3
|
|
||||||
# hostname: clickhouse-3
|
# hostname: clickhouse-3
|
||||||
# ports:
|
# ports:
|
||||||
# - "9002:9000"
|
# - "9002:9000"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user