User Guide
Quickstart
Quickstart — First deploy in 5 minutes
This guide walks you through deploying your first docker-compose.yml on
compose_run.
Prerequisites
- An account on app.composerun.eu
- A
docker-compose.ymlfile that runs locally
1. Create a project
Sign in to the app and click New project. Give it a name (e.g.
my-app-prod).
📝 To complete — screenshot + details.
2. Add a stack
In your project, click Add stack and paste your docker-compose.yml.
📝 To complete — example compose, possible constraints.
3. Deploy
Click Deploy. compose_run provisions the stack, mounts SSL certificates and exposes your services.
📝 To complete — average duration, what happens behind the scenes.
4. Verify
Once the deployment is finished, your stack is reachable at the configured URLs.
What's next?
- Set up an API key to automate redeploys
- Discover the deploy webhooks for your CI/CD
📝 Page to be completed — bootstrap placeholder.
Last modified on
