使用docker compose部署emqx集群的示例

2023-12-07 0 249

1、docker-compose.yml 文件,内容如下:

version: \’3\’
services:
emqx1:
image: emqx:5.0.26
container_name: emqx1
environment:
– \”EMQX_NODE_NAME=emqx@node1.emqx.io\”
– \”EMQX_CLUSTER__DISCOVERY_STRATEGY=static\”
– \”EMQX_CLUSTER__STATIC__SEEDS=[emqx@node1.emqx.io,emqx@node2.emqx.io]\”
healthcheck:
test: [\”CMD\”, \”/opt/emqx/bin/emqx_ctl\”, \”status\”]
interval: 5s
timeout: 25s
retries: 5
networks:
emqx-bridge:
aliases:
– node1.emqx.io
ports:
– 1883:1883
– 8083:8083
– 8084:8084
– 8883:8883
– 18083:18083
# volumes:
# – $PWD/emqx1_data:/opt/emqx/data
emqx2:
image: emqx:5.0.26
container_name: emqx2
environment:
– \”EMQX_NODE_NAME=emqx@node2.emqx.io\”
– \”EMQX_CLUSTER__DISCOVERY_STRATEGY=static\”
– \”EMQX_CLUSTER__STATIC__SEEDS=[emqx@node1.emqx.io,emqx@node2.emqx.io]\”
healthcheck:
test: [\”CMD\”, \”/opt/emqx/bin/emqx_ctl\”, \”status\”]
interval: 5s
timeout: 25s
retries: 5
networks:
emqx-bridge:
aliases:
– node2.emqx.io
# volumes:
# – $PWD/emqx2_data:/opt/emqx/data
networks:
emqx-bridge:
driver: bridge

2、通过命令行切换 docker-compose.yml 文件所在目录,然后输入以下命令启动 EMQX 集群:

docker-compose up -d

3、查看集群状态

$ docker exec -it emqx1 sh -c \”emqx_ctl cluster status\”
Cluster status: #{running_nodes => [\’emqx@node1.emqx.com\’,\’emqx@node2.emqx.com\’],
stopped_nodes => []}

官方参考资料:https://www.emqx.io/docs/zh/v5/deploy/install-docker.html

到此这篇关于使用docker compose部署emqx集群的文章就介绍到这了,更多相关docker compose部署emqx集群内容请搜索悠久资源网以前的文章或继续浏览下面的相关文章希望大家以后多多支持悠久资源网!

收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

悠久资源 Linux服务器 使用docker compose部署emqx集群的示例 https://www.u-9.cn/server/linux/115922.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务