docker-compose.yml and deploy it to production at scale. Think Heroku/Render/Fly.io, but powered by the configuration you already use every day.
- Who it’s for: Engineers and teams who want to ship quickly and keep costs low—especially indie builders who prefer product over infrastructure.
- Key benefits:
- Docker‑first: Use your Compose file as the source of truth.
- Fast start: Login and deploy in minutes—no Kubernetes experience required.
- Cost‑efficient: Sensible defaults, autoscaling, and shared platform primitives.
What you can deploy
- Web apps and APIs backed by your preferred frameworks
- Background workers and queues defined in Compose
- Databases and caches (managed by you, referenced in Compose)
- Multi‑service apps with internal networking, environment variables, and volumes
How Portway works
- Connect your organization: Create an org and invite teammates.
- Add an app: Point Portway at your
docker-compose.yml. - Deploy environments: Spin up
preview,staging, andproductionwith sensible defaults.
Key capabilities
- Rollouts & versions: Deploy, track, and roll back.
- Autoscaling: Scale services up and down based on load.
- Ingress & TLS: Routes, certificates, and domains handled for you.
- Metrics & logs: Observe service health and resource usage.
- Permissions: Org‑level roles for collaborative deployments.
Next steps
- Install the CLI and deploy an app via the Your first deploy.
- Learn about platform capabilities in the Platform section.
- Iterate using versions, autoscaling, and observability.