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

🔨 [Refactoring] 환경분리 #600

Open
8 tasks
nyeoni opened this issue Aug 9, 2023 · 0 comments
Open
8 tasks

🔨 [Refactoring] 환경분리 #600

nyeoni opened this issue Aug 9, 2023 · 0 comments
Assignees
Labels
backend issue for backend refactoring

Comments

@nyeoni
Copy link
Member

nyeoni commented Aug 9, 2023

Description

local

  • 로컬환경에서 실행할 때
  • x-my-id 밖에 안되서 x-my-id -> 42oauth 가능하도록 수정 (localhost 등록되어있는지 확인)
  • docker-compose.local.yml 생성

dev

  • development 서버에서 실행할 때 (인스턴스 분리)
  • 42login 가능하도록 설정
  • 42Application 에 dev server 등록
  • docker-compose.dev.yml 생성

prod

  • 실제 배포된 서버일 때
  • Dockerfile.prod 생성
  • docker-compose.prod.yml 생성

Todo

  • local
  • dev
  • prod

ETC

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend issue for backend refactoring
Projects
None yet
Development

No branches or pull requests

3 participants