saleor-deploy

Installation
SKILL.md

Saleor Deployment

Before writing code

Fetch live docs:

  1. Web-search site:docs.saleor.io deployment production setup for production deployment guide
  2. Fetch https://github.com/saleor/saleor-platform for Docker Compose reference configuration
  3. Web-search site:docs.saleor.io environment variables configuration for required environment variables
  4. Web-search saleor Celery worker configuration production for Celery setup details
  5. Web-search site:docs.saleor.io cloud for 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
Related skills
Installs
2
GitHub Stars
29
First Seen
Mar 31, 2026