|
@@ -14,6 +14,7 @@ services:
|
|
|
restart: always
|
|
|
ports:
|
|
|
- 18088:80
|
|
|
+
|
|
|
volumes:
|
|
|
- ./nginx/conf.d:/etc/nginx/conf.d
|
|
|
- ./nginx/www:/usr/share/nginx/html
|
|
@@ -21,9 +22,9 @@ services:
|
|
|
|
|
|
box-bus:
|
|
|
restart: always
|
|
|
- image: registry.cn-chengdu.aliyuncs.com/infish/pack-box-bus:v1.0.0
|
|
|
+ image: registry.cn-chengdu.aliyuncs.com/infish/pack-comm-bus:v1.0.0
|
|
|
volumes:
|
|
|
- - ./config-service.yaml:/root/box-bus/app.yaml
|
|
|
+ - ./config-service.yaml:/root/bus/app.yaml
|
|
|
|
|
|
depends_on:
|
|
|
- box-mongo
|
|
@@ -65,7 +66,7 @@ services:
|
|
|
|
|
|
|
|
|
box-usercenter:
|
|
|
- image: registry.cn-chengdu.aliyuncs.com/infish/pack-box-usercenter:v1.0.0
|
|
|
+ image: registry.cn-chengdu.aliyuncs.com/infish/pack-comm-usercenter:v1.0.0
|
|
|
restart: always
|
|
|
depends_on:
|
|
|
- box-bus
|