chore: Remove legacy Docker configuration and documentation
Some checks failed
API Gateway (Java Spring Boot) / test (21) (push) Successful in 2m2s
API Gateway (Java Spring Boot) / test (17) (push) Successful in 2m2s
Frontend (React) / test (20) (push) Successful in 2m11s
Integration Tests / integration-tests (push) Failing after 25s
Integration Tests / performance-tests (push) Has been skipped
API Docs (Node.js Express) / test (20) (push) Successful in 2m36s
API Gateway (Java Spring Boot) / build (push) Failing after 40s
Service Adapters (Python FastAPI) / test (3.11) (push) Successful in 1m24s
Service Adapters (Python FastAPI) / test (3.12) (push) Successful in 1m27s
Service Adapters (Python FastAPI) / test (3.13) (push) Successful in 1m27s
Frontend (React) / build (push) Failing after 58s
Service Adapters (Python FastAPI) / build (push) Failing after 21s
Frontend (React) / lighthouse (push) Has been skipped
API Docs (Node.js Express) / build (push) Failing after 1m24s
Some checks failed
API Gateway (Java Spring Boot) / test (21) (push) Successful in 2m2s
API Gateway (Java Spring Boot) / test (17) (push) Successful in 2m2s
Frontend (React) / test (20) (push) Successful in 2m11s
Integration Tests / integration-tests (push) Failing after 25s
Integration Tests / performance-tests (push) Has been skipped
API Docs (Node.js Express) / test (20) (push) Successful in 2m36s
API Gateway (Java Spring Boot) / build (push) Failing after 40s
Service Adapters (Python FastAPI) / test (3.11) (push) Successful in 1m24s
Service Adapters (Python FastAPI) / test (3.12) (push) Successful in 1m27s
Service Adapters (Python FastAPI) / test (3.13) (push) Successful in 1m27s
Frontend (React) / build (push) Failing after 58s
Service Adapters (Python FastAPI) / build (push) Failing after 21s
Frontend (React) / lighthouse (push) Has been skipped
API Docs (Node.js Express) / build (push) Failing after 1m24s
### Summary of Changes - Deleted `docker-compose.dev.yml` and `docker-compose.yml` files to streamline the project structure. - Removed outdated Dockerfiles for services (API Gateway, Service Adapters, API Docs, and Frontend) to eliminate redundancy. - Updated `env.example` to reflect changes in service configurations, including local host settings for PostgreSQL and Redis. - Revised `README.md` to remove references to Docker deployment and clarify local development setup instructions. - Cleaned up documentation structure by removing obsolete files related to Docker rate limits and compatibility fixes. ### Expected Results - Simplified project setup and improved clarity for developers by focusing on current configurations and removing legacy artifacts.
This commit is contained in:
@@ -149,12 +149,7 @@ runners/
|
||||
# Scripts
|
||||
scripts/
|
||||
├── check-registry.ps1 # Windows PowerShell registry check script
|
||||
├── check-registry.sh # Linux/macOS registry check script
|
||||
├── docker-compatibility.ps1 # Windows PowerShell Docker compatibility fix
|
||||
├── docker-compatibility.sh # Linux/macOS Docker compatibility fix
|
||||
├── fix-docker-compatibility.ps1 # Windows PowerShell quick fix script
|
||||
├── fix-docker-compatibility.sh # Linux/macOS quick fix script
|
||||
└── test-docker-compatibility.ps1 # Windows PowerShell compatibility test
|
||||
└── check-registry.sh # Linux/macOS registry check script
|
||||
|
||||
└── docs/ # Documentation
|
||||
├── specs.md # Project specifications
|
||||
@@ -163,9 +158,6 @@ scripts/
|
||||
├── RUNNERS.md # Gitea runners setup and management
|
||||
├── RUNNER_LABELS.md # Runner labels technical documentation
|
||||
├── OPTIMIZATION_RECOMMENDATIONS.md # CI/CD optimization recommendations
|
||||
├── DOCKER_RATE_LIMIT_FIX.md # Docker Hub rate limit solutions
|
||||
├── CI_CD.md # CI/CD pipeline documentation
|
||||
├── CACHE_TROUBLESHOOTING.md # Cache troubleshooting guide
|
||||
├── SONARQUBE_INTEGRATION.md # SonarQube integration documentation
|
||||
├── DOCKER_DEPLOYMENT.md # Docker deployment and registry guide
|
||||
└── DOCKER_COMPATIBILITY.md # Docker version compatibility guide
|
||||
├── SONARQUBE_INTEGRATION.md # SonarQube integration documentation
|
||||
Reference in New Issue
Block a user