Skip to content

Commit 85ad34f

Browse files
Update README.md
1 parent 95e35c8 commit 85ad34f

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,11 @@ ContainerOps is a comprehensive Continuous Deployment (CD) platform that simplif
8484

8585
### Infrastructure
8686
- **Containerization**: Docker, Docker Compose
87-
- **Authentication**: OAuth 2.0 (GitHub, Google)
87+
- **Authentication**: Github OAuth 2.0
8888
- **Database**: PostgreSQL 12+
8989
- **Web Server**: Nginx for reverse proxy and domain mapping
9090
- **CI/CD**: Webhook-based automated pipeline
91-
92-
91+
9392
## System Architecture
9493

9594
![Screenshot 2025-04-07 100714](https://github.com/user-attachments/assets/3eeec84a-eeb5-4f85-832d-9cd80b0d9021)
@@ -126,7 +125,7 @@ ContainerOps follows a microservices architecture with the following key compone
126125
## Workflow
127126

128127
1. **Authentication & Repository Selection**
129-
- User authenticates through GitHub or Google OAuth
128+
- User authenticates through GitHub OAuth
130129
- System requests appropriate permissions for repository access
131130
- User selects target repositories for deployment
132131
- System validates repository access and structure
@@ -141,7 +140,6 @@ ContainerOps follows a microservices architecture with the following key compone
141140
- System auto-generates optimized Dockerfiles based on project type
142141
- User can review and customize generated Dockerfiles
143142
- System uses existing Dockerfile if present in repository
144-
- Support for multi-stage builds and optimized caching
145143

146144
4. **Build & Registry**
147145
- System clones repository and builds Docker image
@@ -153,13 +151,10 @@ ContainerOps follows a microservices architecture with the following key compone
153151
- GitHub webhooks trigger automatic deployment on code changes
154152
- System pulls updated images from registry
155153
- Container orchestration manages deployment updates
156-
- Zero-downtime deployments with health checks
157-
- Automatic rollback for failed deployments
158154

159155
6. **Monitoring & Management**
160156
- Interactive dashboard for container status monitoring
161157
- Live build and application log streaming
162-
- Resource utilization metrics and alerts
163158
- Complete container lifecycle management (scale, restart, stop)
164159
- Custom domain and routing configuration
165160

0 commit comments

Comments
 (0)