Skip to content

chore: Docker Compose 인스턴스별 파일 분리#393

Open
SnailW wants to merge 3 commits intomainfrom
chore/389-split-docker-compose-by-instance
Open

chore: Docker Compose 인스턴스별 파일 분리#393
SnailW wants to merge 3 commits intomainfrom
chore/389-split-docker-compose-by-instance

Conversation

@SnailW
Copy link
Collaborator

@SnailW SnailW commented Mar 4, 2026

🔗 관련 이슈

✅ 작업 내용

  • AWS 3-Instance 분리 구조에 맞춰 Docker Compose 파일을 인스턴스별로 분리
  • NCP Container Registry 의존성 제거, GHCR 이미지 경로 사용
  • 이미지 경로를 환경변수(FRONTEND_IMAGE, BACKEND_IMAGE)로 분리하여 유연성 확보

🧪 테스트 방법 (옵션)

  1. 각 compose 파일의 YAML 문법 확인: `docker compose -f docker-compose.webserver.yml config

💬 참고 사항

  • 인스턴스별 컨테이너가 1개씩이므로 Docker networks 설정은 제거했습니다
  • Redis는 CI/CD 배포에서 제외하여 배포 시 데이터가 유실되지 않도록 했습니다
  • nginx.confproxy_pass 변경은 [SUB] Nginx 설정 변경 - WAS Private IP 프록시 #390 에서 별도 처리합니다

@SnailW SnailW linked an issue Mar 4, 2026 that may be closed by this pull request
4 tasks
@auto-assign auto-assign bot requested review from Grit03, as-zini and davidpro08 March 4, 2026 11:27
@vercel
Copy link

vercel bot commented Mar 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web15-ipconfig-frontend Ready Ready Preview, Comment Mar 4, 2026 11:27am

@github-actions github-actions bot added the ⚙️ chore 설정 파일 수정, 패키지 매니저 관리 등 label Mar 4, 2026
Copy link
Collaborator

@davidpro08 davidpro08 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다

@as-zini
Copy link
Collaborator

as-zini commented Mar 5, 2026

확인했습니다 수고하셨습니다!

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

Labels

⚙️ chore 설정 파일 수정, 패키지 매니저 관리 등

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[SUB] Docker Compose 인스턴스별 파일 분리

3 participants