DevOps Environment ================ This section covers the DevOps setup and infrastructure of the AREA project. Our development and deployment infrastructure is built around Docker containers with automated CI/CD pipelines using GitHub Actions. Key Components ------------- - Docker-based containerization for all services - GitHub Actions for CI/CD pipelines - Automated testing and deployment workflows - Documentation auto-deployment to GitHub Pages - Production-ready Docker configuration .. toctree:: :maxdepth: 2 :caption: Contents: docker_setup docker-production-setup dependencies ci_cd