---
name: docxology/infrastructure-docker
source: https://app.decimal.ai/s/docxology-infrastructure-docker@1/SKILL.md
source_sha256: caf56eb5a91c
---

# Skill Descriptor — infrastructure/docker

## Module Overview

Containerization assets for running the template in a consistent environment.

## Capabilities

- **Docker container build**: `Dockerfile` provides a reproducible build environment
- **Multi-service orchestration**: `docker-compose.yml` manages dev environment and optional Ollama

## Use Cases

1. **Local development**: Run pipeline in container for consistent environment
2. **Cloud deployment**: Deploy using Docker for reproducibility
3. **Ollama integration**: Optional LLM support via docker-compose

## Integration Points

- Referenced by [`docs/CLOUD_DEPLOY.md`](../../docs/CLOUD_DEPLOY.md) for headless and container deployment
- Invoked directly via `docker build` / `docker compose` (not wired into the default Python pipeline stages)

## See Also

- [`docs/CLOUD_DEPLOY.md`](../../docs/CLOUD_DEPLOY.md)
- [`infrastructure/docker/Dockerfile`](Dockerfile)
- [`infrastructure/docker/docker-compose.yml`](docker-compose.yml)