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 |
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.
