1 Star 0 Fork 52

无缘怎悔/quickly-picture-bed

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 326 Bytes
一键复制 编辑 原始数据 按行查看 历史
itchenliang 提交于 2024-01-30 11:29 . feat:完善docker部署
version: '3'
services:
server:
container_name: picServerV2
build:
context: ./server
ports:
- "4000:4000"
networks:
- pic-net
web:
container_name: picClientV2
build:
context: ./client
ports:
- "80:80"
networks:
- pic-net
networks:
pic-net:
name: pic
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/weixin1996/quickly-picture-bed.git
git@gitee.com:weixin1996/quickly-picture-bed.git
weixin1996
quickly-picture-bed
quickly-picture-bed
nestjs-ts

搜索帮助