1 Star 0 Fork 587

逐客教我_1024 / tms

forked from xiweicheng / tms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose-pg.yml 364 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/postgres
image: tms-db
environment:
- POSTGRES_PASSWORD=pingan
networks:
- backend
ports:
- "5433:5432"
networks:
backend:
Java
1
https://gitee.com/zhukejiaowo/tms.git
git@gitee.com:zhukejiaowo/tms.git
zhukejiaowo
tms
tms
master

搜索帮助