***

title: "Deployment"
metaTitle: "Deploying Vendure: Production Configuration, Scaling, Docker, and Hosting Guides"
metaDescription: "Plan a Vendure production deployment with guides for production configuration, resource requirements, Docker, horizontal scaling, data import, Admin UI deployment, and managed hosting platforms."
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

This section covers the operational concerns involved in running Vendure in production: configuring the server securely, choosing infrastructure, running the worker, storing assets, importing data, and scaling as traffic grows.

Start with the production and resource planning guides, then move on to the deployment approach that matches your infrastructure.

## Plan your deployment

<LinkCard href="/deployment/production-configuration" title="Production Configuration" />
<LinkCard href="/deployment/server-resource-requirements" title="Server Resource Requirements" />
<LinkCard href="/deployment/horizontal-scaling" title="Horizontal Scaling" />

## Run Vendure

<LinkCard href="/deployment/using-docker" title="Using Docker" />
<LinkCard href="/deployment/getting-data-into-production" title="Getting Data into Production" />
<LinkCard href="/deployment/deploying-admin-ui" title="Deploying Admin UI" />

## Managed hosting guides

<LinkCard href="/deployment/deploy-to-northflank" title="Deploy to Northflank" />
<LinkCard href="/deployment/deploy-to-digital-ocean-app-platform" title="Deploy to DigitalOcean App Platform" />
<LinkCard href="/deployment/deploy-to-railway" title="Deploy to Railway" />
<LinkCard href="/deployment/deploy-to-render" title="Deploy to Render" />
<LinkCard href="/deployment/deploy-to-google-cloud-run" title="Deploy to Google Cloud Run" />
