Commit Graph

1 Commits

Author SHA1 Message Date
Matt 411f7d4604 feat: Add production deployment stack
Build and Push Docker Image / lint-and-typecheck (push) Successful in 1m28s Details
Build and Push Docker Image / build (push) Has been cancelled Details
- docker-compose.yml with Traefik integration
- docker-compose.simple.yml for direct port exposure
- .env.example with all configuration options
- setup.sh script for initial deployment

Usage:
  cd deploy/
  cp .env.example .env
  # Edit .env with your values
  ./setup.sh
  docker compose up -d

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 13:17:09 +01:00