267 Star 1.5K Fork 587

GVPxiweicheng / tms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 363 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiweicheng 提交于 2020-12-29 10:56 . postgres数据库支持
version: "3"
services:
web:
build:
context: .
image: tms-web
networks:
- backend
ports:
- "8090:8080"
depends_on:
- "db"
db:
build:
context: ./db/mysql
image: tms-db
environment:
- MYSQL_ROOT_PASSWORD=pingan
networks:
- backend
ports:
- "3307:3306"
networks:
backend:
Java
1
https://gitee.com/xiweicheng/tms.git
git@gitee.com:xiweicheng/tms.git
xiweicheng
tms
tms
master

搜索帮助