Add dev containers and GitHub Actions CI/CD setup - #12
Open
jwaldrip wants to merge 1 commit into
Open
Conversation
## Dev Container Setup - Add comprehensive VS Code dev container configuration - Create Dockerfile with Crystal 1.8.1, PostgreSQL client, Redis CLI - Configure docker-compose with PostgreSQL 15 and Redis 7 services - Add post-create script for automated setup and migrations - Create detailed dev container README with troubleshooting guide - Add VS Code tasks for common operations (build, test, format, etc.) - Add VS Code launch configurations for debugging - Configure non-root user (vscode) with sudo access and zsh shell ## GitHub Actions Setup - Add CI workflow for automated testing and building - Run tests with PostgreSQL and Redis services - Check code formatting with Crystal formatter - Run Ameba linter (if available) - Build Docker images for web and job_runner - Cache dependencies for faster builds - Add Railway deployment workflow for CD - Auto-deploy on push to main branch - Support manual workflow dispatch - Add Dependabot configuration - Weekly updates for GitHub Actions - Weekly updates for Docker images - Weekly updates for dev container images ## Project Templates - Add pull request template with comprehensive checklist - Add bug report issue template - Add feature request issue template - Create GitHub Actions setup documentation ## Documentation Updates - Update main README with: - CI/CD status badges - Dev container quick start guide - Railway deployment section - GitHub Actions overview - Add .env.example for environment variable reference - Update .gitignore to exclude .env files ## Developer Experience Improvements - One-command dev environment setup via dev containers - Automated database migrations on container creation - Pre-configured VS Code extensions and settings - Integrated debugging support - Automated CI/CD pipeline - Dependency update automation This setup enables contributors to get started in minutes and ensures code quality through automated testing and linting on every PR. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
Dev Container Setup
GitHub Actions Setup
Project Templates
Documentation Updates
Developer Experience Improvements
This setup enables contributors to get started in minutes and ensures code quality through automated testing and linting on every PR.
🤖 Generated with Claude Code