Deploy any Docker image. No Kubernetes.
Pick an image from Docker Hub, pass your environment variables, and get a live URL with HTTPS. That's the whole workflow.
Skip the build. Deploy the image.
When someone already built the perfect Docker image, you shouldn't need to clone a repo and rebuild it. Just deploy the image directly.
Popular images, ready to deploy
Any public Docker Hub image works. Here are some ideas.
Nginx
nginx:alpineReverse proxy, static file server, or load balancer.
NGINX_PORT=80Ghost Blog
ghost:5Self-hosted blog with a beautiful editor.
url=https://myblog.dartup.devn8n Workflows
n8nio/n8nVisual workflow automation. Connect APIs visually.
N8N_HOST=myflows.dartup.devMetabase
metabase/metabaseOpen-source analytics and business intelligence.
MB_JETTY_PORT=80Uptime Kuma
louislam/uptime-kumaSelf-hosted monitoring tool. Track your services.
UPTIME_KUMA_PORT=3001Reacher Email Verifier
reacherhq/backendSelf-hosted email verification API.
RCH_HTTP_HOST=0.0.0.0Every image gets the full platform
Docker images deployed on DartUp get the same features as source-built projects.
HTTPS & Subdomain
Automatic SSL certificate and yourapp.dartup.dev URL.
Environment Variables
Inject any config your container needs at deploy time.
Health Checks
Automatic restarts if your container becomes unhealthy.
Sidecar Databases
Add Postgres, MySQL, Redis, or MongoDB alongside your image.
Persistent Volumes
1GB storage that survives container restarts.
Custom Domains
Attach your own domain with automatic TLS.
You don't need Kubernetes
Kubernetes for one container:
DartUp:
Same result. No YAML. No cluster. No kubectl.
Deploy any image in seconds
If it's on Docker Hub, DartUp can run it. HTTPS, env vars, databases—all included.
Start Deploying Free →Free tier. No credit card required.