1 Star 0 Fork 587

daisen / tms

forked from xiweicheng / tms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 229 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiweicheng 提交于 2018-06-16 14:13 . ...
version: '2'
services:
db:
image: xiwc/tms-mysql
environment:
MYSQL_ROOT_PASSWORD: pingan
expose:
- '3306'
web:
image: xiwc/tms
ports:
- 8090:8080
depends_on:
- db
links:
- db
Java
1
https://gitee.com/gs043134/tms.git
git@gitee.com:gs043134/tms.git
gs043134
tms
tms
master

搜索帮助