[Feat/#142] docker -> docker-compose로 컨테이너 관리 변경 #143
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚩 관련 이슈
📋 구현 기능 명세
📌 PR Point
grafana/promethus를 추가적으로 적용해야하는 상황에서, 기존의 docker로 개별 컨테이너로 관리하는 것보다 docker-compose로 여러개의 컨테이너를 여러개로 묶어 관리하면 용이할 것 같아 변경하였습니다. 그리고, docker-compose의 profile를 활용하여 blue/green 그룹화하였습니다.
nginx는 기존대로 docker 개별 컨테이너로 띄우는 것이 기존 환경 변경 최소화라고 생각하여 변경한 부분은 없습니다.
profile이란?