File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212
1313<div align =" center " >
1414
15- [ ![ Version] ( https://img.shields.io/badge/version-3.0.1 -blue.svg )] ( https://github.com/lintsinghua/DeepAudit/releases )
15+ [ ![ Version] ( https://img.shields.io/badge/version-3.0.2 -blue.svg )] ( https://github.com/lintsinghua/DeepAudit/releases )
1616[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
1717[ ![ React] ( https://img.shields.io/badge/React-18-61dafb.svg )] ( https://reactjs.org/ )
1818[ ![ TypeScript] ( https://img.shields.io/badge/TypeScript-5.7-3178c6.svg )] ( https://www.typescriptlang.org/ )
Original file line number Diff line number Diff line change 11[project ]
22name = " deepaudit-backend"
3- version = " 3.0.1 "
3+ version = " 3.0.2 "
44description = " DeepAudit Backend API - AI-Powered Code Security Audit Platform"
55requires-python = " >=3.11"
66readme = " README.md"
Original file line number Diff line number Diff line change 11# =============================================
2- # DeepAudit v3.0.0 生产环境一键部署配置(国内加速版)
2+ # DeepAudit v3.0.2 生产环境一键部署配置(国内加速版)
33# =============================================
44# 使用南京大学镜像站加速拉取 GHCR 镜像
55# 部署命令: curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/main/docker-compose.prod.cn.yml | docker compose -f - up -d
Original file line number Diff line number Diff line change 11# =============================================
2- # DeepAudit v3.0.0 生产环境一键部署配置
2+ # DeepAudit v3.0.2 生产环境一键部署配置
33# =============================================
44# 使用预构建的 GHCR 镜像,无需本地构建
55# 部署命令: curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/main/docker-compose.prod.yml | docker compose -f - up -d
Original file line number Diff line number Diff line change 11# =============================================
2- # DeepAudit v3.0.0 Docker Compose 配置
2+ # DeepAudit v3.0.2 Docker Compose 配置
33# =============================================
44# 部署: docker compose up -d
55# 查看日志: docker compose logs -f
You can’t perform that action at this time.
0 commit comments