Simplify CI to mdpress only

This commit is contained in:
yeasy
2026-03-25 21:57:30 -07:00
parent 3da9210e3f
commit fc7c743c05
5 changed files with 19 additions and 157 deletions

View File

@@ -353,8 +353,6 @@ exit $?
**Docker Compose 配置**
```yaml
version: '3.9'
services:
postgres:
build:
@@ -409,8 +407,6 @@ networks:
**性能优化配置**
```yaml
version: '3.9'
services:
postgres:
image: postgres:16-alpine
@@ -556,8 +552,6 @@ client-output-buffer-limit pubsub 32mb 8mb 60
**三层微服务架构示例**
```yaml
version: '3.9'
services:
# 前端服务
frontend:
@@ -828,8 +822,6 @@ WORKDIR /workspace
```yaml
# .devcontainer/docker-compose.yml
version: '3.9'
services:
app:
build: