OnePloy Documentation
Build, deploy and operate on OnePloy.
Developer documentation for Git deployments, Docker, managed compute, servers, domains, AI Gateway, API, MCP and operations.
AI
Applications
Deploy from Git# Deploy from Git Connect GitHub, GitLab, Bitbucket or a compatible Git repository. ## Repository flow - Choose repository and branch -…Dockerfile deployments# Dockerfile deployments OnePloy can build directly from a Dockerfile. ```dockerfile FROM node:22-alpine WORKDIR /app COPY . . RUN npm ci &&…Docker Compose# Docker Compose Deploy multi-container applications while keeping Compose as the runtime definition. ## Use cases - web + worker - self-hosted…
Developers
Domains
Getting Started
Infrastructure
Managed compute# Managed compute Managed compute adds capacity collection, reservation and placement on top of the existing server engine. ## Placement OnePloy evaluates…Bring your own server# Bring your own server Keep using infrastructure you already own. ## Requirements - Supported Linux host - SSH access - Docker…