1 Star 0 Fork 587

龙人 / tms

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

搜索帮助