Skip to content

Add Docker deployment and CI/CD pipeline - #4

Merged
Ell-716 merged 5 commits into
mainfrom
feature/docker-cicd
Mar 1, 2026
Merged

Add Docker deployment and CI/CD pipeline#4
Ell-716 merged 5 commits into
mainfrom
feature/docker-cicd

Conversation

@Ell-716

@Ell-716 Ell-716 commented Mar 1, 2026

Copy link
Copy Markdown
Owner
  • Create multi-stage Dockerfile for frontend
  • Create Dockerfile for backend with health checks
  • Add docker-compose.yml for orchestration
  • Implement GitHub Actions CI/CD workflow
  • Add Python linting (Ruff, Black, isort)
  • Add TypeScript linting (ESLint)
  • Configure Nginx for production frontend
  • Add deployment documentation
  • Include .dockerignore for optimized builds

Ell-716 and others added 5 commits March 1, 2026 14:39
- Create multi-stage Dockerfile for frontend
- Create Dockerfile for backend with health checks
- Add docker-compose.yml for orchestration
- Implement GitHub Actions CI/CD workflow
- Add Python linting (Ruff, Black, isort)
- Add TypeScript linting (ESLint)
- Configure Nginx for production frontend
- Add deployment documentation
- Include .dockerignore for optimized builds
- Add .isort.cfg with black-compatible profile
- Fix multi-line imports to use consistent formatting
- Ensure all imports pass isort --check-only

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@Ell-716
Ell-716 merged commit 8e74936 into main Mar 1, 2026
5 checks passed
@Ell-716
Ell-716 deleted the feature/docker-cicd branch March 13, 2026 14:49
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.

1 participant