Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

로컬에서 도커 환경 구성을 위한 셋업 진행 #5

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

yoonseo-han
Copy link
Collaborator

📋개요

클라우드-로컬 환경 일치성 문제를 해결하는 PR 입니다

🕰️예상 리뷰시간

5~10분

📢상세내용

  • 로컬에서도 클라우드와 마찬가지로 도커 환경에서 서버와 nginx가 구동할 수 있도록 설정을 진행하였습니다
  • 클라우드와 마찬가지로 docker-compose-blue.yml, docker-compose-green.yml, docker-compose-nginx.yml를 기반으로 동작합니다
  • github actions의 스크립트를 사용하는 클라우드와는 달리 nginx/Dockerfile 내부에서 멀티 스테이지로 클라이언트에 관한 파일 빌드 및 COPY를 진행합니다

💥특이사항

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Copy link
Collaborator

@rdyjun rdyjun left a comment

Choose a reason for hiding this comment

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

오래된 스크립트도 수정된 것 같고,
잘 학습하고 적용한듯합니다~ 👏👏

@@ -7,6 +7,8 @@ yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

env
Copy link
Collaborator

Choose a reason for hiding this comment

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

이 env 디렉토리는 로컬에서도 사용되는 건가요~?

Copy link
Collaborator

@Kontae Kontae left a comment

Choose a reason for hiding this comment

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

socket 유실 메시지 테스트는 deploy로 하는건가용?

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.

None yet

3 participants