feat: Caddy로 dbt docs 서빙 준비 (dbt.bcsdlab.com)#16
Conversation
- caddy 서비스에 ./dbt/target 마운트 + KOIN_DATA_DBT_DOCS_DOMAIN 환경변수 - Caddyfile에 dbt docs 블록 (file_server + basic_auth) - docs는 자체 로그인 없어서 basic_auth로 보호 (koin / 해시) 배포 전제: DNS(dbt.bcsdlab.com A레코드) + 서버 .env에 KOIN_DATA_DBT_DOCS_DOMAIN=dbt.bcsdlab.com 설정 필요. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 7 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
dbt docs를
dbt.bcsdlab.com으로 서빙하기 위한 Caddy 설정. Superset과 동일 패턴.docker-compose.ymlcaddy 서비스:./dbt/target마운트 +KOIN_DATA_DBT_DOCS_DOMAINenvCaddyfile: dbt docs 블록 (file_server+basic_auth)koin/ admin1234, bcrypt 해시)dbt.bcsdlab.comA레코드 →3.39.229.133(도메인 관리자 요청).env:KOIN_DATA_DBT_DOCS_DOMAIN=dbt.bcsdlab.com추가dbt docs generate(target/ 생성) 후 caddy 재기동DNS 없이 배포하면 Caddy 인증서 발급 실패하므로, DNS 확정 후 머지+배포.
검증
caddy validate문법 통과 ✅🤖 Generated with Claude Code