代码拉取完成,页面将自动刷新
version: '3.4'
services:
apigateway:
environment:
- Register_Conn=192.168.0.171:8500
- ApplicationCode=GmmyMicroservice-apiagteway
- DirectServers=192.168.0.171:11800
restart: always
image: gmmyapigateway:latest
build:
context: Gmmy.Microservices.ApiGateway/.
dockerfile: Dockerfile
container_name: gmmyapigateway
ports:
- "729:729"
authservice:
environment:
- Mapping_ip=192.168.0.171
- Mapping_Port=8501
- Register_Conn=192.168.0.171:8500
- EventBusConnection=192.168.0.171
restart: always
image: gmmyauthservice:latest
build:
context: Gmmy.Microservices.AuthServices/.
dockerfile: Dockerfile
container_name: gmmyauthservice
ports:
- "8501:80"
userservice:
environment:
- Mapping_ip=192.168.0.171
- Mapping_Port=8502
- Register_Conn=192.168.0.171:8500
- EventBusConnection=192.168.0.171
restart: always
image: gmmyuserservice:latest
build:
context: Gmmy.Microservices.UserServices/.
dockerfile: Dockerfile
container_name: gmmyuserservice
ports:
- "8502:80"
templateservice:
environment:
- Mapping_ip=192.168.0.171
- Mapping_Port=8503
- Register_Conn=192.168.0.171:8500
- EventBusConnection=192.168.0.171
restart: always
image: gmmytemplateservice:latest
build:
context: Gmmy.Microservices.TemplateServices/.
dockerfile: Dockerfile
container_name: gmmytemplateservice
ports:
- "8503:80"
adminui:
restart: always
image: gmmyadminui:latest
build:
context: Gmmy.MicroservicesUI/.
dockerfile: Dockerfile
container_name: "gmmyadminui"
ports:
- "8002:80"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。