1 Star 0 Fork 35

jx-soft/docker-compose

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose-sentinel.yml 522 Bytes
一键复制 编辑 原始数据 按行查看 历史
kancy666 提交于 2020-05-05 00:16 . update
version: '3'
services:
sentinel-dashboard:
#image: sentinel-dashboard:1.7.2
image: registry.cn-hangzhou.aliyuncs.com/kancy/sentinel-dashboard-dynamic:1.7.2-beta
container_name: sentinel-dashboard
restart: on-failure
ports:
- "8080:8080"
- "8719:8719"
environment:
- JAVA_OPTS=-Dserver.port=8080 -Dcsp.sentinel.dashboard.server=localhost:8080 -Dproject.name=sentinel-dashboard -Dcsp.sentinel.api.port=8719
volumes:
- /data/docker_file/sentinel-dashboard/logs:/root/logs
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jx-soft/docker-compose.git
git@gitee.com:jx-soft/docker-compose.git
jx-soft
docker-compose
docker-compose
master

搜索帮助