You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
737 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## 启动基础服务
mysql、redis、rabbitmq
`docker-compose up -d`
rabbitmq默认账号密码guest/guest
mysql默认账号密码root/root123
## 启动devops组件如elasticsearch、zipkin、skywalking、kibana、grafana
`docker-compose -f docker-compose.yml -f docker-compose.devops.yml up`
## 启动阿里注册中心和配置中心nacos
`docker-compose -f docker-compose.yml -f docker-compose.nacos.yml up`
默认账号密码nacos/nacos
## 启动监控类服务如springboot-admin、sentinel-dashboard
`docker-compose -f docker-compose.yml -f docker-compose.monitor.yml up`
默认账号密码sentinel/sentinel
## 启动MOSS
`docker-compose -f docker-compose.yml -f docker-compose.moss.yml up moss`