Run all Saleor services from one repository.
This fork makes it easy to install apps that are running on localhost
without creating a tunnel
This is a fork of official saleor-platform
that uses host
network in docker-compose.yaml
which makes installing apps locally possible.
Without this you would need to create reverse proxies inside Docker network or tunnels to make apps installable.
docker compose up -d api worker
- Docker daemon that supports
host
network- Linux: works out of the box
- macOS: Docker Desktop is not supported, use OrbStack
- Windows: Docker Deksktop is not supported, no known solution at the moment
Disclaimer: This repository is not affiliated or officially supported by Saleor Commerce