PromptBase
Upgrade
Close icon
General
Home
Marketplace
Create
Hire
Login
Chat
Sell
Explore

Prompt Details

Model
(claude-4-6-sonnet)
Token size
2,658
Example input
[SERVICES]: just a Postgres [STACK_QUIRKS]: none [NAMING_CONVENTION]: none
Example output
The input describes a single service, which doesn't really need Compose — `docker run --name pg -e POSTGRES_PASSWORD=changeme -p 5432:5432 -v pg-data:/var/lib/postgresql/data postgres:16.4` would do it. Compose starts paying for itself at 2+ services that need to talk to each other. Could you tell me what else is in the stack? Common starter shapes: - Postgres + API + SPA (most common web stack) - Postgres + Redis + API + Worker (with a background queue) - Postgres + API + frontend bundler + a mock-services container (Mailhog, MinIO, etc.) - Mongo + API + SPA - something else?
🌀 Claude

Docker Compose Devenv Generator

Add to Cart
Instant accessInstant access
Usage rightsCommercial use
Money-back guaranteeMoney‑back
By purchasing this prompt, you agree to our terms of service
CLAUDE-4-6-SONNET
Tested icon
Guide icon
4 examples icon
Free credits icon
Stop hand-rolling docker-compose.yml for every new project. Describe your stack in plain English, get a complete docker-compose.yml with named volumes, healthchecks, and depends_on conditions, plus a .env.example, a Makefile (up/down/logs/reset), and a 'Common Pitfalls' README section calibrated to your stack. Built for Claude using XML-tag prompting, with a <thinking> step that wires depends_on:service_healthy correctly. Compose Spec v2, Docker Engine 25+.
...more
Added 4 days ago
Report
Browse Marketplace