letsbe-hub/deploy
Matt 411f7d4604
Build and Push Docker Image / lint-and-typecheck (push) Successful in 1m28s Details
Build and Push Docker Image / build (push) Has been cancelled Details
feat: Add production deployment stack
- 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
..
.env.example feat: Add production deployment stack 2026-01-17 13:17:09 +01:00
docker-compose.simple.yml feat: Add production deployment stack 2026-01-17 13:17:09 +01:00
docker-compose.yml feat: Add production deployment stack 2026-01-17 13:17:09 +01:00
setup.sh feat: Add production deployment stack 2026-01-17 13:17:09 +01:00