What problem does it solve?
This skill guides developers through configuring and operating Docker-based containers and CI/CD workflows for IntelliFill, reducing setup time and ensuring consistent environments.
Core Features & Use Cases
- Container orchestration: manage multi-service deployments with Docker Compose across backend, frontend, and databases.
- CI/CD pipelines: outline automated build, test, and deployment steps (including GitHub Actions) for rapid iteration.
- Environment management: guidance on multi-stage Dockerfiles, non-root users, health checks, and production-ready configs.
- Use Case: When onboarding a new dev environment, apply the docker-devops skill to spin up Postgres, Redis, backend, and frontend containers with proper networking and health checks.
Quick Start
Run the development stack with docker-compose up -d using the provided docker-compose.yml to start all services, then verify health endpoints at /api/health and access the frontend at http://localhost:8080.