Case study: deploy a docker-compose project
Import a real docker-compose.yml (web + worker + managed Postgres + Redis) end to end — both the panel UI path and the cdnctl path, illustrated with real screenshots.
Open case studyCDN.com.tr Help
Create a container app, registry credential, env/secrets, imports, jobs, deploy, status, and logs from customer surfaces.
Platforms and managed add-ons
Create a container app, registry credential, env/secrets, imports, jobs, deploy, status, and logs from customer surfaces.
Container Apps explains image, domain, healthcheck, and deploy requirements.
Expected result: The fields required to create a container app are clear.
cdnctl container apps list --account <account_uuid>
Deploy is asynchronous and should be visible through Operations, status, and logs.
Expected result: Deploy result appears with customer-safe status and logs.
cdnctl container apps deploy --account <account_uuid> --app <app_uuid>
cdnctl container apps wait --account <account_uuid> --app <app_uuid> --status running --timeout 300
A Docker/Kubernetes app is moved to CDN.com.tr without kubectl, SSH, artisan, DB access, or internal queue operations.