|
@@ -12,13 +12,13 @@ services:
|
|
image: "registry.cn-chengdu.aliyuncs.com/infish/pack-comm-nginx:1.23.1"
|
|
image: "registry.cn-chengdu.aliyuncs.com/infish/pack-comm-nginx:1.23.1"
|
|
restart: always
|
|
restart: always
|
|
ports:
|
|
ports:
|
|
- - 18096:80
|
|
|
|
|
|
+ - 18097:80
|
|
volumes:
|
|
volumes:
|
|
- ./nginx/conf.d:/etc/nginx/conf.d
|
|
- ./nginx/conf.d:/etc/nginx/conf.d
|
|
- ./nginx/www:/usr/share/nginx/html
|
|
- ./nginx/www:/usr/share/nginx/html
|
|
|
|
|
|
depends_on:
|
|
depends_on:
|
|
- - 3dshow2
|
|
|
|
|
|
+ # - 3dshow2
|
|
- 3dshow2-user
|
|
- 3dshow2-user
|
|
|
|
|
|
#bus消息中间件
|
|
#bus消息中间件
|
|
@@ -59,13 +59,13 @@ services:
|
|
- 37039:27017
|
|
- 37039:27017
|
|
|
|
|
|
# 3dshow
|
|
# 3dshow
|
|
- 3dshow2:
|
|
|
|
- image: registry.cn-chengdu.aliyuncs.com/infish/pack-3dshow:v2.0.0
|
|
|
|
- restart: always
|
|
|
|
- depends_on:
|
|
|
|
- - 3dshow2-bus
|
|
|
|
- environment:
|
|
|
|
- NATS: nats://3dshow2-bus:4222
|
|
|
|
|
|
+ # 3dshow2:
|
|
|
|
+ # image: registry.cn-chengdu.aliyuncs.com/infish/pack-3dshow:v2.0.0
|
|
|
|
+ # restart: always
|
|
|
|
+ # depends_on:
|
|
|
|
+ # - 3dshow2-bus
|
|
|
|
+ # environment:
|
|
|
|
+ # NATS: nats://3dshow2-bus:4222
|
|
|
|
|
|
# user服务
|
|
# user服务
|
|
3dshow2-user:
|
|
3dshow2-user:
|