Browse Source

comment other

sunsheng 8 months ago
parent
commit
a74ae761b2
2 changed files with 23 additions and 23 deletions
  1. 8 8
      config-service.yaml
  2. 15 15
      docker-compose.yaml

+ 8 - 8
config-service.yaml

@@ -9,15 +9,15 @@ configer:
     value: mongodb://root:crzzz_x@cr-mongo:27017/cr?authSource=admin
     devValue: mongodb://root:crzzz_x@127.0.0.1:17017/cr?authSource=admin
   
-  -
-    name: cr-user-mongo
-    value: mongodb://root:crzzz_x@cr-mongo:27017/user?authSource=admin
-    devValue: mongodb://root:crzzz_x@127.0.0.1:17017/user?authSource=admin
+  # -
+  #   name: cr-user-mongo
+  #   value: mongodb://root:crzzz_x@cr-mongo:27017/user?authSource=admin
+  #   devValue: mongodb://root:crzzz_x@127.0.0.1:17017/user?authSource=admin
 
-  -
-    name: cr-redis
-    value: cr-redis:6379#0#default#crzzz_x
-    devValue: 127.0.0.1:16379#0#default#crzzz_x
+  # -
+  #   name: cr-redis
+  #   value: cr-redis:6379#0#default#crzzz_x
+  #   devValue: 127.0.0.1:16379#0#default#crzzz_x
 
 # adapter:
 #   -

+ 15 - 15
docker-compose.yaml

@@ -57,21 +57,21 @@ services:
     ports: 
       - 17017:27017
 
-  cr-user:
-    image: registry.cn-chengdu.aliyuncs.com/infish/pack-comm-usercenter:v1.0.1
-    restart: always
-    depends_on:
-      - cr-bus
-    environment: 
-      NATS: nats://cr-bus:4222
-      CONFIGER_MONGO: cr-user-mongo
-      CONFIGER_REDIS: cr-redis
-      CONFIGER_JWT: crsvc#crsvc_zzzzxxx#168
-      IGNORE_USERTYPE: "true"
-      # MONGO_MIGRATIONS: /data/migrations==mongodb://root:3dshow@3dshow-mongo-alpha:27017/supply-user?authSource=admin&&/data/migrations==mongodb://user:password@host:port/dbname?query
-      MONGO_MIGRATIONS: /data/migrations==mongodb://root:crzzz_x@cr-mongo:27017/user?authSource=admin
-    volumes:
-      - ./mongo-migrations:/data/migrations
+  # cr-user:
+  #   image: registry.cn-chengdu.aliyuncs.com/infish/pack-comm-usercenter:v1.0.1
+  #   restart: always
+  #   depends_on:
+  #     - cr-bus
+  #   environment: 
+  #     NATS: nats://cr-bus:4222
+  #     CONFIGER_MONGO: cr-user-mongo
+  #     CONFIGER_REDIS: cr-redis
+  #     CONFIGER_JWT: crsvc#crsvc_zzzzxxx#168
+  #     IGNORE_USERTYPE: "true"
+  #     # MONGO_MIGRATIONS: /data/migrations==mongodb://root:3dshow@3dshow-mongo-alpha:27017/supply-user?authSource=admin&&/data/migrations==mongodb://user:password@host:port/dbname?query
+  #     MONGO_MIGRATIONS: /data/migrations==mongodb://root:crzzz_x@cr-mongo:27017/user?authSource=admin
+  #   volumes:
+  #     - ./mongo-migrations:/data/migrations
 
   cr-svc:
     image: registry.cn-chengdu.aliyuncs.com/infish/pack-cr:v1.0.0