Skip to content
On this page

Deployment

Production

For production ready deployments, there are four options:

Development

Blaze can be started with a single command using docker:

bash
docker run -d --name blaze -p 8080:8080 samply/blaze

Jump To