animeic 2 years ago
parent
commit
9a368d6e85
4 changed files with 50 additions and 64 deletions
  1. 11 18
      config-service.yaml
  2. 26 32
      docker-compose.yaml
  3. 3 3
      nginx/conf.d/default.conf
  4. 10 11
      readme.md

+ 11 - 18
config-service.yaml

@@ -5,32 +5,25 @@ log:
   
 configer:
   -
-    name: mongo
-    value: mongodb://root:alpha@comm-mongo-alpha:27017/comm?authSource=admin
-    devValue: mongodb://root:alpha@124.71.139.24:37017/comm?authSource=admin
-  # -
-  #   name: user-mongo
-  #   value: mongodb://root:alpha@comm-mongo-alpha:27017/usercenter?authSource=admin
-  #   devValue: mongodb://root:alpha@124.71.139.24:37017/usercenter?authSource=admin
+    name: box-mongo
+    value: mongodb://root:root@boxcost-mongo:27017/box-cost?authSource=admin
+    devValue: mongodb://root:root@124.71.139.24:38000/box-cost?authSource=admin
+
   -
-    name: redis
-    value: comm-redis:6379#0#default#packcomm
+    name: box-redis
+    value: box-redis:6379#0#default#packbox
+    devValue: 124.71.139.24:16800#0#default#packbox
 
 # adapter:
 #   -
-#     busName:
-#       service2
-#     nats:
-#       nats://pack2-nats-1:4222
-#     apis:
-#       - service2.licence.check
-#     streams:
-#       - service2-vip-pay#service2.pay.succ
+#     busName: comm
+#     nats: nats://comm-bus:4222
+
 startLocalNats: true
 startNatsShellParams: "-p 4222 -m 8222 -js"
 startNatsPort: 4222
 
 nats:
-  url: nats://comm-bus:4222
+  url: nats://box-bus:4222
   maxReconnect: 10000
   reconnDelaySecond: 5

+ 26 - 32
docker-compose.yaml

@@ -8,71 +8,65 @@ networks:
 
 services:
   #nginx反向代理
-  nginx:
+  box-nginx:
     image: "registry.cn-chengdu.aliyuncs.com/infish/pack-comm-nginx:1.23.1"
     restart: always
     ports:
-      - 18080:80
+      - 18088:80
     volumes:
       - ./nginx/conf.d:/etc/nginx/conf.d
       - ./nginx/www:/usr/share/nginx/html
 
   #bus消息中间件
-  comm-bus:
+  box-bus:
     restart: always
-    image: registry.cn-chengdu.aliyuncs.com/infish/pack-comm-bus:v1.0.0
+    image: registry.cn-chengdu.aliyuncs.com/infish/pack-box-bus:v1.0.0
     volumes:
-      - ./config-service.yaml:/root/bus/app.yaml
+      - ./config-service.yaml:/root/box-bus/app.yaml
 
     depends_on:
-      - comm-mongo-alpha
-      - comm-redis    
+      - box-mongo
+      - box-redis    
     ports:
-      - 14221:4222
-
-  # # nats服务监控采集 7777
-  # nats-exporter:
-  #   restart: always
-  #   image: natsio/prometheus-nats-exporter:latest
-  #   command: "-varz http://comm-bus:8222"
-  #   depends_on:
-  #     - comm-bus
+      - 15000:4222
 
   #redis缓存
-  comm-redis:
+  box-redis:
     image: "redis:alpine"
     restart: always
     command:
-      --requirepass "packcomm" #这一行是设置密码
+      --requirepass "boxcomm" #这一行是设置密码
     privileged: true
+    ports:
+      - 16800:6379
 
-  #mongo -alpha数据库
-  comm-mongo-alpha:
+  #mongo 数据库
+  box-mongo:
     image: mongo:4.4.1
     restart: always
     environment:
       MONGO_INITDB_ROOT_USERNAME: root
       MONGO_INITDB_ROOT_PASSWORD: alpha
     volumes:
-      - ~/data/packs-comm/mongo-alpha/db:/data/db
-      - ~/data/packs-comm/mongo-alpha/log:/var/log/mongodb
+      - ~/data/packs-box/mongo/db:/data/db
+      - ~/data/packs-box/mongo/log:/var/log/mongodb
     ports: 
-      - 37017:27017
+      - 38000:27017
 
-  # 支付服务 8888
-  comm-pay:
-    image: registry.cn-chengdu.aliyuncs.com/infish/pack-comm-pay:v1.0.0
+  # cost 8888
+  box-cost:
+    image: registry.cn-chengdu.aliyuncs.com/infish/pack-box-cost:v1.0.0
     restart: always
     depends_on:
-      - comm-bus
+      - box-bus
     environment: 
-       NATS: nats://comm-bus:4222
+      NATS: nats://box-bus:4222
 
   # 用户中心 8908
-  # comm-usercenter:
-  #   image: registry.cn-chengdu.aliyuncs.com/infish/pack-comm-usercenter:v1.0.0
+  # box-usercenter:
+  #   image: registry.cn-chengdu.aliyuncs.com/infish/pack-box-usercenter:v1.0.0
   #   restart: always
   #   depends_on:
-  #     - comm-bus
+  #     - box-bus
   #   environment: 
-  #     NATS: nats://comm-bus:4222
+  #     NATS: nats://box-bus:4222

+ 3 - 3
nginx/conf.d/default.conf

@@ -39,9 +39,9 @@ server {
     #    deny  all;
     #}
 
-    # 支付接口
-    location /pay/ {
-       proxy_pass  http://comm-pay:8888/pay/;
+    # box-cost
+    location /cost-manage/ {
+       proxy_pass  http://box-cost:8888/;
     }   
 
     # 用户接口

+ 10 - 11
readme.md

@@ -1,14 +1,13 @@
-# 包含的微服务说明
-1 pay 模块 registry.cn-chengdu.aliyuncs.com/infish/sku3dpaytest:latest
-    environment:
-      REDIS: redis:6379/0
-      NATS: nats://192.168.0.162:24222
 
-    ports:
-      - 18888:8888
+https://3dqueen.cloud/box/v1/cost-manage/
+box-nginx
+18088
 
-## 流程
+box-mongo
+38000
 
-1. 构建每个服务的镜像
-2. 配置到对应service的image下
-3. docker compose up
+box-redis
+16800
+
+box-bus
+15000