saleor-deploy
Installation
SKILL.md
Saleor Deployment
Before writing code
Fetch live docs:
- Web-search
site:docs.saleor.io deployment production setupfor production deployment guide - Fetch
https://github.com/saleor/saleor-platformfor Docker Compose reference configuration - Web-search
site:docs.saleor.io environment variables configurationfor required environment variables - Web-search
saleor Celery worker configuration productionfor Celery setup details - Web-search
site:docs.saleor.io cloudfor Saleor Cloud managed hosting options
Production Docker Setup
Saleor provides an official Dockerfile with a multi-stage build:
| Stage | Purpose | Base Image |
|---|---|---|
| build | Install dependencies, compile assets | python:3.12-slim |
| production | Run the application | python:3.12-slim |