- 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>