docker-deploy

Community

Dockerize Scrapy projects for production.

Authorgizix
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill creates production-ready Docker configurations and deployment workflows for Scrapy projects, enabling reproducible, scalable spider deployments.

Core Features & Use Cases

  • Dockerfiles: Standardized Dockerfile for Scrapy spiders.
  • Docker Compose: Multi-service orchestration for spiders, queues, and storage.
  • Deployment Patterns: Resource limits, health checks, logging, and non-root user setups.

Quick Start

Generate a Dockerfile and docker-compose.yml for your Scrapy project, then run docker-compose up to deploy locally.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: docker-deploy
Download link: https://github.com/gizix/cc_projects/archive/main.zip#docker-deploy

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository