Skip to content

docs: add deployment guides for Railway, Render, and Fly.io#360

Open
johnrtipton wants to merge 1 commit intomainfrom
docs/247-deployment-guides
Open

docs: add deployment guides for Railway, Render, and Fly.io#360
johnrtipton wants to merge 1 commit intomainfrom
docs/247-deployment-guides

Conversation

@johnrtipton
Copy link
Contributor

Summary

Closes #247

  • Add deployment guide for Railway (docs/guides/deploy-railway.md)
  • Add deployment guide for Render (docs/guides/deploy-render.md)
  • Add deployment guide for Fly.io (docs/guides/deploy-fly.md)

Each guide covers the full deployment workflow for djust apps: ASGI/WebSocket configuration, PostgreSQL and Redis setup, static files with WhiteNoise, environment variables, step-by-step deployment commands, and platform-specific troubleshooting.

All guides emphasize the key djust requirement: an ASGI server (uvicorn or daphne) with WebSocket support, not WSGI/gunicorn.

Test plan

  • Verify all three markdown files render correctly on GitHub
  • Confirm code snippets are syntactically valid
  • Cross-reference with existing docs/guides/DEPLOYMENT.md for consistency

🤖 Generated with Claude Code

Add platform-specific deployment guides covering ASGI/WebSocket setup,
PostgreSQL, Redis, static files, and troubleshooting for each platform.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add deployment guide for Railway/Render/Fly.io

1 participant