Tagged
Compose guides
Hands-on guides that cover Compose. Every command is run and verified on a live server before it is published.
GuideA Real Stack with Compose
Describe your whole stack, the app plus a Postgres database, in one Docker Compose file. Bring it up with one command and connect services by name.
GuideCompose a Multi-Service App
Use Docker Compose to run an app and a Redis datastore as one stack: one file, a private network, health checks, and both services up and reachable.
GuideCompose in Production
Take a Docker Compose stack to production: restart policies, resource limits, HTTPS out front, and the security defaults that contain a container breach.