Deployment
Stadium 8 builds a standard Next.js application. Once built, it can be deployed to any environment that can run Node.js.
We recommend deploying to containers. Docker handles the build, the runtime, and TLS in one workflow. No Node.js setup on the server is required.
- Docker — recommended
- Before You Deploy — three things that apply to every path
- Windows Server
- Linux
- Updating and Troubleshooting