Build and Push Docker Image / lint-and-typecheck (push) Successful in 1m36sDetails
Build and Push Docker Image / build (push) Successful in 3m36sDetails
- Add HUB_PORT variable to .env.example
- Update docker-compose.yml to use configurable port
- Update nginx config to proxy to port 3847
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Build and Push Docker Image / lint-and-typecheck (push) Successful in 1m35sDetails
Build and Push Docker Image / build (push) Successful in 3m50sDetails
- Remove Traefik network and labels from docker-compose
- Remove redundant docker-compose.simple.yml
- Remove HUB_DOMAIN from .env.example
- Remove traefik network creation from setup.sh
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Build and Push Docker Image / lint-and-typecheck (push) Successful in 1m29sDetails
Build and Push Docker Image / build (push) Successful in 3m42sDetails
- nginx/hub.conf with SSL, headers, and SSE support
- Bind port 3000 to localhost only (Nginx proxies)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Build and Push Docker Image / lint-and-typecheck (push) Successful in 1m28sDetails
Build and Push Docker Image / build (push) Has been cancelledDetails
- 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>