Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit b191a8c

Browse files
committed
Update README
1 parent a2182a6 commit b191a8c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ This repository includes details on DevOps practices such as:
88
- [CI/CD Pipeline](#cicd-pipeline-github-actions)
99
- [Testing Strategy](#testing-strategy)
1010
- [Containerization](#container-orchestration)
11-
-
11+
- [Performance Optimizations](#performance-optimizations)
12+
- [Security Considerations](#security-considerations)
13+
- [Resource Management](#resource-management)
14+
- [Scaling Considerations](#scaling-considerations)
15+
- [Technical Debt & Known Issues](#technical-debt--known-issues)
16+
- [Commands](#commands)
17+
- [Flow Diagram](#flow-diagram)
1218

1319
## Monorepo
1420

@@ -157,8 +163,9 @@ flowchart TD
157163
ssh_vps --> pull_images[Pull Latest Images]
158164
pull_images --> compose[Create docker-compose.yml]
159165
compose --> restart[Restart Containers]
160-
restart --> nginx[Configure Nginx]
166+
restart --> nginx[Automatically Configure Nginx]
161167
nginx --> ssl[Set Up SSL with Certbot]
168+
ssl --> restart2[Restart Nginx]
162169
end
163170
164171
classDef dev fill:#d4f1f9,stroke:#05a,stroke-width:2px
@@ -171,5 +178,3 @@ flowchart TD
171178
class Dockerization docker
172179
class VPS_Deployment vps
173180
```
174-
175-
````

0 commit comments

Comments
 (0)