mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-27 12:15:34 +00:00
Simplify CI to mdpress only
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user