Files
sa-charts/docker-swarm/10.5x环境配置记录/3. 基本服务安装.md
2024-06-05 13:13:44 +08:00

21 lines
443 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1. 初始化网路
docker network create \
--driver=overlay \
--subnet=10.17.0.0/16 \
--scope swarm \
--attachable \
prod
1. rabbitmq
管理界面: 192.168.10.51:15672
内部prod_rabbitmq_stats:5672,prod_rabbitmq_queue1:5672,prod_rabbitmq_queue2:5672
stomp url192.168.10.51:15674
2. xxl-job-adin
管理界面: 192.168.10.51:9991
3. nacos
管理界面: http://192.168.10.51:25848/nacos/