1 Star 0 Fork 649

weizhiiceboy3/tms

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
docker-compose-pg.yml 364 Bytes
Copy Edit Raw Blame History
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:
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/weizhidb/tms.git
git@gitee.com:weizhidb/tms.git
weizhidb
tms
tms
master

Search