##docker 自定义网络 docker network create --subnet=172.20.0.0/16 --gateway=172.20.0.1 scm-net ##安装 redis docker run -itd --restart always --net=scm-net --ip=172.20.0.2 --name redis -p 6379:6379 redis:7.0.2 --requirepass tdjj2HH0fva^2R 连接 ##安装 minio docker run -d --restart always --net=scm-net --ip=172.20.0.3 \ --name minio \ -p 9000:9000 \ -p 9001:9001 \ -e "MINIO_ROOT_USER=admin" \ -e "MINIO_ROOT_PASSWORD=Pcitc@123" \ -e "MINIO_CONSOLE_ACKNOWLEDGE-AGPL=yes" \ -v /docker-data/minio/data:/data \ minio/minio:RELEASE.2025-07-23T15-54-02Z server /data --console-address ":9001" ## 服务器 10.10.1.101 root/2wsx#EDC # 应用记录 | 服务名 | 端口 |备注 | | ---- | :----: |---- | | itc-ms-gateway | 9500 | 北燃:10.10.2.102 远程:47.94.165.164 | itc-ms-user | 9503 | | itc-ms-workflow-service | 9505 | | itc-ms-facade-service | 9507 | | itc-ms-system | 9509 | ## 服务器 10.10.1.102 root/Kp7$rT9@qL2!sP5% # 中间件记录 | 服务名 | 端口 | 备注 | | ---- | :----: | ---- | | kingbase8 | 54321 | 人大金仓数据库 北燃:10.10.2.102:54321 远程:47.94.165.164:3317 | redis | 6379 | 缓存数据库 北燃:10.10.2.102:6379 远程:47.94.165.164:6479 | skywalking-ui | 9601 | 日志监控web 北燃:http://10.10.2.102:9601 远程:skywalking.ges.bjgastx.com | skywalkingwalking-oap-server | 12800、11800 | 日志拦截 | elasticsearch | 9200、9300 | 日志存储 | minio | 9000、9001 | 文件存储 账号:admin/Pcitc@123 北燃:http://10.10.2.102:9001 远程 minio.ges.bjgastx.com; minio-api.ges.bjgastx.com | kkfileview | 8012 | 文件预览 | nacos-server | 8848、9848、9849 | 注册中心 账号:nacos/Lng@123 北燃:http://10.10.2.102:8848 远程 nacos.ges.bjgastx.com | seata-server | 8091、7091 | 分布式事务 北燃:http://10.10.2.102:8091 远程:seata.ges.bjgastx.com | xxl-job-server | 9600 | xxl-job 调度中心 北燃:http://10.10.2.102:9600 远程:xxl-job.ges.bjgastx.com | itc-web | 9502 | 北燃:10.10.2.102 远程:47.94.165.164 http://web.ges.bjgastx.com/