Skip to content

fix : docker-compose.prod.yml admin-bff에 FASTAPI_SERVICE_URL 추가(#175) - #178

Merged
hwangtae123 merged 1 commit into
mainfrom
develop
May 25, 2026
Merged

fix : docker-compose.prod.yml admin-bff에 FASTAPI_SERVICE_URL 추가(#175)#178
hwangtae123 merged 1 commit into
mainfrom
develop

Conversation

@hwangtae123

@hwangtae123 hwangtae123 commented May 25, 2026

Copy link
Copy Markdown
Contributor

Summary

  • 서버 url 버그 수정

Tasks

  • fastAPI url 추가
  • [ ]

To Reviewer

Screenshot

Summary by CodeRabbit

릴리스 노트

  • Chores
    • 프로덕션 배포 환경에서 관리자 서비스와 API 서비스 간의 연동을 위한 설정이 추가되었습니다. 이를 통해 두 서비스가 올바르게 통신할 수 있도록 구성되었습니다.

Review Change Stack

@hwangtae123
hwangtae123 merged commit 04b676c into main May 25, 2026
1 of 2 checks passed
@coderabbitai

coderabbitai Bot commented May 25, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 7453f42c-a46e-494d-ba9f-5181460f58a6

📥 Commits

Reviewing files that changed from the base of the PR and between 970d7f6 and 4b0321d.

📒 Files selected for processing (1)
  • deploy/docker-compose.prod.yml

주요 내용

프로덕션 Docker Compose 설정에서 admin-bff 서비스가 FastAPI 서비스와 통신할 수 있도록 환경변수와 서비스 의존성을 추가합니다.

변경사항

FastAPI 서비스 연동 구성

레이어 / 파일 요약
admin-bff FastAPI 연동 설정
deploy/docker-compose.prod.yml
admin-bff 서비스의 환경변수에 FASTAPI_SERVICE_URL: http://fastapi:8000을 추가하고, depends_onfastapi를 추가하여 FastAPI 서비스 시작 후 admin-bff가 실행되도록 구성합니다.

예상 코드 리뷰 노력

🎯 1 (사소함) | ⏱️ ~2분

관련 PR

  • Project-Guideon/guideon-backend#144: admin-bff와 FastAPI 연동 설정을 다루는 관련 PR로 docker-compose 구성에서 BFF 서비스의 FastAPI 라우팅 및 의존성 조정을 포함합니다.
  • Project-Guideon/guideon-backend#149: FastAPI 서비스의 런타임 설정을 보강하며, 이 PR의 admin-bff 의존성 확장과 함께 docker-compose.prod.yml의 FastAPI 관련 구성 흐름을 완성합니다.

토끼의 축하 시

🐰 요청과 응답을 이으며,
서비스 간의 다리 놓고,
설정 파일 한 줄 두 줄,
의존성의 체인을 맞추니,
프로덕션의 조화로움이 피어난다! 🌟

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch develop

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 and usage tips.

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