# Deploy Prod

> Start the production Docker stack (API + Web + DB + Redis) Use when this capability is needed.

- Skill: `tomevault-io/deploy-prod-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/deploy-prod-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/deploy-prod-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/deploy-prod-2

---


# Deploy Production Stack

Start the full production Docker stack using the deploy script.

Run: `./scripts/deploy_prod.sh $ARGUMENTS`

Common flags:
- `(no args)` — Start Docker stack with cached images
- `--rebuild` — Rebuild images then start
- `--down` — Stop all containers
- `--status` — Show container status
- `--logs` — Tail API logs

The production stack runs on http://localhost:80.

After startup, display the admin credentials and available URLs from the script output.

---
> Source: [sjdodge123/Raid-Ledger](https://github.com/sjdodge123/Raid-Ledger) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-22 -->

