142 Star 261 Fork 30

fuhoujun/e

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yaml 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
fuhoujun 提交于 2017-11-03 09:42 . add docker config
db:
image: com.loy/db:latest
ports:
- 9092:9092
discovery:
image: com.loy/discovery:latest
ports:
- 8761:8761
upm:
image: com.loy/upm:latest
ports:
- 18080:18080
links:
- discovery:discovery
- db:db
- oauth:oauth
oauth:
image: com.loy/oauth2:latest
ports:
- 9999:9999
environment:
- e.conf.loginSuccessUrl=http://192.168.88.128:8080/
links:
- discovery:discovery
- db:db
log:
image: com.loy/log:latest
ports:
- 28080:28080
links:
- oauth:oauth
- discovery:discovery
- db:db
demo:
image: com.loy/demo:latest
ports:
- 38080:38080
links:
- oauth:oauth
- discovery:discovery
- db:db
ui:
image: com.loy/ui:latest
ports:
- 8888:8888
gateway:
image: com.loy/gateway:latest
ports:
- 8080:8080
- 8000:8000
environment:
- e.conf.authServer=http://192.168.88.128:9999/uaa
- zuul.debug.request=true
links:
- discovery:discovery
- ui:ui
- upm:upm
- oauth:oauth
- log:log
- demo:demo
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/fuhoujun/e.git
[email protected]:fuhoujun/e.git
fuhoujun
e
e
master

搜索帮助