Quick start guide for installing and running Stride with Docker Compose
# Clone the repository
git clone https://github.com/your-org/stride.git
cd stride
# Copy environment file
cp .env.example .env
# Start all services
docker compose up -d
# Run database migrations
docker compose exec web pnpm --filter @stride/database prisma migrate deploy
# Access the application
open http://localhost:3000
bashEdit the .env file to configure:
For detailed configuration options, see the Configuration Documentation.
Once Stride is running, you'll be prompted to:
Last updated: January 12, 2026