docs: add Coolify and AWS ECS deployment guides - #30
Merged
Conversation
- Rewrite deployment-guide.md as a concise overview linking to platform-specific guides - Create deploy-coolify.md: detailed step-by-step based on actual production deploy - Create deploy-aws-ecs.md: realistic AWS guide with Docker socket constraints - Update self-hosting.md: fix PEM format docs, add VITE_GITHUB_APP_SLUG, OAuth token notes - Update mkdocs.yml nav: add Deployment section, move self-hosting and skills to Guides
|
helPRs session created for this PR. Skill: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
deployment-guide.mdas concise overview with architecture diagram and links to platform-specific guidesdeploy-coolify.md: detailed step-by-step guide based on actual production deployment (DNS, compose config, env vars, domains, skills path, docker socket permissions, troubleshooting)deploy-aws-ecs.md: realistic AWS guide covering VPC, RDS, ECR, ECS (EC2 for API due to Docker socket), ALB, CI/CD, cost estimationself-hosting.md: fix PEM key format docs (both base64 and raw PEM), addVITE_GITHUB_APP_SLUG, OAuth token single-line warning, update image namemkdocs.ymlnav: add Deployment section, move self-hosting and creating-skills to GuidesTest plan
mkdocs servebuilds without errors