Deploy with Docker verification
deployskillsetup L3★381
majiayu000/claude-skill-registry ↗What it does
Deploy Docker services and verify health
Best for
Standing up a multi-service stack (API, DB, cache) locally or in production with health checks and rollback guardrails.
Inputs
- · docker-compose.yml
- · .env file
Outputs
- · running containers
- · health check results
- · rollback readiness
Requires
- · Docker
- · docker-compose
- · bash
- · PostgreSQL
- · Redis
Preconditions
.env file exists with required variables; Docker and docker-compose installed; ports 8000, 5432, 6379 available
Failure modes
.env missing; port already in use; database connection refused; Redis timeout; build cache corrupted
Trust signals
- · Pre-deploy checklist includes test passing and backups
- · Health checks verify each service independently
- · Rollback procedure documented
- · Environment variable validation