|
@@ -73,12 +73,20 @@ services:
|
|
|
|
|
|
# 用户中心 8908
|
|
|
box-usercenter:
|
|
|
- image: registry.cn-chengdu.aliyuncs.com/infish/pack-comm-usercenter:v1.0.0
|
|
|
+ image: registry.cn-chengdu.aliyuncs.com/infish/pack-comm-usercenter:v1.0.1
|
|
|
restart: always
|
|
|
depends_on:
|
|
|
- box-bus
|
|
|
environment:
|
|
|
NATS: nats://box-bus:4222
|
|
|
+ CONFIGER_MONGO: box-user-mongo
|
|
|
+ CONFIGER_REDIS: box-redis
|
|
|
+ CONFIGER_JWT: spu3d#spu3d secret#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:boxcost@box-mongo:27017/box-user?authSource=admin
|
|
|
+ volumes:
|
|
|
+ - ./mongo-migrations:/data/migrations
|
|
|
|
|
|
# excel 转pdf
|
|
|
office-pdf:
|