# Install Execution CLI
$ curl -L "https://execution.sh/install.sh" | sh
# Example Compose file
$ cat docker-compose.yml
name: example
services:
postgres:
image: postgres:17.0
ports:
- 5432:5432
volumes:
- postgresql:/var/lib/postgresql/data
volumes:
postgresql:
name: postgresql
external: true
# Deploy services
$ execli deploy
$ curl -L "https://execution.sh/install.sh" | sh
$ excli login
# Create a project from a Docker Compose file
$ excli deploy
◱ Deploying project to
https://example.stub.sh
Pricing
1 TB bandwidth | $2 |
1 vCPU & 1 GB RAM | $2.85 |
1 GB storage | $0.05 |
Never worry about scaling again. We handle all of it for you.
Support for Docker Compose and continuous deployment through Git.
Well documented and supported. Easily build on top of our service.
Pay for the resources you use for your application.
Stop worrying about updating, configuring or maintaining a server.
Use our CLI to rapidly prototype and create your product.
Contact us to access the beta version of Execution and transform how you scale and manage your applications.