This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,13 @@ This repository includes details on DevOps practices such as:
8
8
- [ CI/CD Pipeline] ( #cicd-pipeline-github-actions )
9
9
- [ Testing Strategy] ( #testing-strategy )
10
10
- [ 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 )
12
18
13
19
## Monorepo
14
20
@@ -157,8 +163,9 @@ flowchart TD
157
163
ssh_vps --> pull_images[Pull Latest Images]
158
164
pull_images --> compose[Create docker-compose.yml]
159
165
compose --> restart[Restart Containers]
160
- restart --> nginx[Configure Nginx]
166
+ restart --> nginx[Automatically Configure Nginx]
161
167
nginx --> ssl[Set Up SSL with Certbot]
168
+ ssl --> restart2[Restart Nginx]
162
169
end
163
170
164
171
classDef dev fill:#d4f1f9,stroke:#05a,stroke-width:2px
@@ -171,5 +178,3 @@ flowchart TD
171
178
class Dockerization docker
172
179
class VPS_Deployment vps
173
180
```
174
-
175
- ````
You can’t perform that action at this time.
0 commit comments