Deploy applications using a Dockerfile
Open Dashboard
Start Creation
Choose Service Type
Type | Description |
---|---|
Server | Long-running service that handles HTTP/HTTPS traffic |
Worker | Long-running service for background processing |
Job | Short-lived task that runs to completion |
Select Repository
Configure Build
./Dockerfile
)Create
Navigate to Environment
Create Installation
Configure Installation
Deploy
latest
tags are not allowed in base images as they make versioning and rollbacks unpredictable.