1 Star 0 Fork 17

Halo653224/apiAutoTestWeb_2

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

搜索帮助