1 Star 0 Fork 34

stawary/watch-fastapi

forked from 夏语言庭/watch-fastapi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 549 Bytes
一键复制 编辑 原始数据 按行查看 历史
7y 提交于 2021-10-04 17:55 . docs: docker-compose部署
version: "3"
services:
backend:
build:
context: ./backend
dockerfile: Dockerfile
container_name: WatchFastAPI
ports:
- "1339:80"
frontend:
build:
# 上下文管理, 执行frontend 下的 Dockerfile
context: ./frontend
dockerfile: Dockerfile
# 容器名称
container_name: WatchWeb
# 宿主机2152 端口 绑定 容器中的80 端口
ports:
- "2153:80"
depends_on: # 依赖于backend容器,被依赖容器启动后此web容器才可启动
- backend
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/stawary/watch-fastapi.git
git@gitee.com:stawary/watch-fastapi.git
stawary
watch-fastapi
watch-fastapi
master

搜索帮助