修改 wiki
This commit is contained in:
+17
@@ -1,3 +1,20 @@
|
||||
---
|
||||
kind: build_system
|
||||
name: Docker Compose 编排与 rsync 增量部署
|
||||
category: build_system
|
||||
scope:
|
||||
- '**'
|
||||
source_files:
|
||||
- docker-compose.yml
|
||||
- backend/Dockerfile
|
||||
- frontend/Dockerfile
|
||||
- frontend/nginx.conf
|
||||
- scripts/upload.sh
|
||||
- DEPLOY.md
|
||||
- backend/package.json
|
||||
- frontend/package.json
|
||||
---
|
||||
|
||||
## 1. 构建系统与工具链
|
||||
项目采用 **Docker Compose** 作为核心编排工具,结合 **pnpm** 进行依赖管理。整体架构分为前端(Vue 3 + Vite)和后端(Node.js + Express)两个独立服务。
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
schema_version: 1
|
||||
module_path: build_system
|
||||
title: Docker Compose 编排与 rsync 增量部署
|
||||
scope: []
|
||||
source_files:
|
||||
- docker-compose.yml
|
||||
- backend/Dockerfile
|
||||
- frontend/Dockerfile
|
||||
- frontend/nginx.conf
|
||||
- scripts/upload.sh
|
||||
- DEPLOY.md
|
||||
- backend/package.json
|
||||
- frontend/package.json
|
||||
depends_on: []
|
||||
related_to: []
|
||||
Reference in New Issue
Block a user