|
@@ -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消息中间件
|