1 Star 0 Fork 10

NetLover/Microservices

forked from gmmy/Microservices 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose-monitor-log-config.yml 887 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '3.4'
services:
gmmylogcenter:
environment:
- ApplicationAddr=192.168.0.171
restart: always
image: registry.cn-shenzhen.aliyuncs.com/gmmy/logcenter
container_name: logcenter
build:
context: monitor_log_configcenter/.
dockerfile: Dockerfile
privileged: true
network_mode: "container:elasticsearch"
entrypoint:
- /usr/sbin/init
gmmymonitor:
restart: always
image: registry.cn-shenzhen.aliyuncs.com/gmmy/monitor
container_name: monitor
privileged: true
network_mode: "container:elasticsearch"
entrypoint:
- /usr/sbin/init
gmmyconfigcenter:
restart: always
image: registry.cn-shenzhen.aliyuncs.com/gmmy/configcenter
container_name: configcenter
volumes:
- g:\volumns/gmmyconfigcenter/application.yml:/config/application.yml
ports:
- "8888:8888"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/ceocio/Microservices.git
git@gitee.com:ceocio/Microservices.git
ceocio
Microservices
Microservices
master

搜索帮助