You can import an existing Docker Compose file to create multiple services at once. The compose parser extracts service definitions and maps them to Techulus Cloud services.Documentation Index
Fetch the complete documentation index at: https://docs.techulus.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Supported Fields
The following Compose fields are parsed and applied:| Field | Mapping |
|---|---|
image | Container image |
environment | Secrets (encrypted at rest) |
volumes | Named volumes with container paths |
ports | Service ports (public/private, protocol) |
healthcheck | Health check command, interval, timeout, retries, start period |
deploy.replicas | Replica count |
deploy.resources.limits | CPU and memory limits |
command | Start command override |
deploy.resources.limits, Techulus Cloud applies the default Large preset: 2 CPU cores and 1024 MB memory.
How It Works
- Paste or upload your
docker-compose.ymlin the project settings. - The parser validates the file and shows a preview of services to be created.
- Warnings are shown for any unsupported options.
- On confirmation, services are created with their configuration, secrets, volumes, and ports.
