Skip to content

feat: Caddy로 dbt docs 서빙 준비 (dbt.bcsdlab.com)#16

Open
RimSM wants to merge 1 commit into
mainfrom
feat/caddy-dbt-docs
Open

feat: Caddy로 dbt docs 서빙 준비 (dbt.bcsdlab.com)#16
RimSM wants to merge 1 commit into
mainfrom
feat/caddy-dbt-docs

Conversation

@RimSM

@RimSM RimSM commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Summary

dbt docs를 dbt.bcsdlab.com으로 서빙하기 위한 Caddy 설정. Superset과 동일 패턴.

  • docker-compose.yml caddy 서비스: ./dbt/target 마운트 + KOIN_DATA_DBT_DOCS_DOMAIN env
  • Caddyfile: dbt docs 블록 (file_server + basic_auth)
  • docs는 Superset과 달리 자체 로그인이 없어 basic_auth로 보호 (koin / admin1234, bcrypt 해시)

⚠️ 배포 전제 (아직 배포 금지)

  1. DNS: dbt.bcsdlab.com A레코드 → 3.39.229.133 (도메인 관리자 요청)
  2. 서버 .env: KOIN_DATA_DBT_DOCS_DOMAIN=dbt.bcsdlab.com 추가
  3. 서버에서 dbt docs generate (target/ 생성) 후 caddy 재기동

DNS 없이 배포하면 Caddy 인증서 발급 실패하므로, DNS 확정 후 머지+배포.

검증

  • caddy validate 문법 통과 ✅

🤖 Generated with Claude Code

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

coderabbitai Bot commented Jul 12, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@RimSM, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 7 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 47343b50-c561-4573-a0ec-20f40a19d2b0

📥 Commits

Reviewing files that changed from the base of the PR and between 855f0a4 and 95a1611.

📒 Files selected for processing (2)
  • docker-compose.yml
  • docker/caddy/Caddyfile
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/caddy-dbt-docs

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant